FLOD and FLODX command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (link repair)
Line 1: Line 1:
<p class="note"><b>Note:</b> Prior to Version 7.5 of <var class="product">[[Model 204]]</var>, the command processing described below is available only to <var class="product">[[Sirius Mods]]</var> customers.</p>
<p class="note"><b>Note:</b> Prior to Version 7.5 of <var class="product">[[Model 204]]</var>, the command processing described below is available only to <var class="product">[[Sirius&nbsp;Mods]]</var> customers.</p>


The <var>FLOD</var> command works exactly like the Model 204 <var>FLOD</var> command, with the exception
The <var>FLOD</var> command works exactly like the Model 204 <var>FLOD</var> command, with the exception
Line 9: Line 9:
The <var>FLODX</var> command has syntax identical to the <var>FLOD</var> command.
The <var>FLODX</var> command has syntax identical to the <var>FLOD</var> command.


See [[File Load utility: FLOD and FILELOAD commands]] for more information about the <var>FLOD</var> command, and see the <var class="book">[http://m204wiki.rocketsoftware.com/images/9/95/FrelrNew.pdf Fast/Reload Reference Manual]</var> for more information about <var class="product">Fast/Reload FLOD Compiler</var>.
See [[File Load utility: FLOD and FILELOAD commands]] for more information about the <var>FLOD</var> command, and see the [[Fast/Reload|Fast/Reload pages]] for more information about <var class="product">Fast/Reload FLOD Compiler</var>.


Note that while the <var class="product">Fast/Reload FLOD Compiler</var> <var>FLOD</var> command does not support all the statements
<p class="note"><b>Note:</b> While the <var class="product">Fast/Reload FLOD Compiler</var> <var>FLOD</var> command does not support all the statements supported by the standard <var>FLOD</var> command, if such an unsupported statement is
supported by the standard <var>FLOD</var> command, if such an unsupported statement is
detected, the <var class="product">Fast/Reload FLOD Compiler</var> automatically "hands off" the request to the standard <var>FLOD</var> command.
detected, the <var class="product">Fast/Reload FLOD Compiler</var> automatically "hands off" the request to the standard <var>FLOD</var> command.
This handing off is done by saving the FLOD program in a temporary procedure,
This handing off is done by saving the <var>FLOD</var> program in a temporary procedure,
the number of which is controlled by the <var>[[FRELPREV parameter|FRELPREV]]</var> parameter.
the number of which is controlled by the <var>[[FRELPREV parameter|FRELPREV]]</var> parameter.


[[Category:System administrator commands]]
[[Category:System administrator commands]]
[[Category:Commands]]
[[Category:Commands]]

Revision as of 19:38, 17 February 2016

Note: Prior to Version 7.5 of Model 204, the command processing described below is available only to Sirius Mods customers.

The FLOD command works exactly like the Model 204 FLOD command, with the exception that at Fast/Reload FLOD Compiler authorized sites, FLOD invokes the Fast/Reload FLOD Compiler rather than the standard Model 204 dump processing. If for some reason a Fast/Reload FLOD Compiler site wishes to use the standard Model 204 FLOD command processing (most likely for diagnosing a problem with the Fast/Reload FLOD Compiler), a FLODX command can be issued. The FLODX command has syntax identical to the FLOD command.

See File Load utility: FLOD and FILELOAD commands for more information about the FLOD command, and see the Fast/Reload pages for more information about Fast/Reload FLOD Compiler.

Note: While the Fast/Reload FLOD Compiler FLOD command does not support all the statements supported by the standard FLOD command, if such an unsupported statement is detected, the Fast/Reload FLOD Compiler automatically "hands off" the request to the standard FLOD command. This handing off is done by saving the FLOD program in a temporary procedure, the number of which is controlled by the FRELPREV parameter.