FILELOAD and FILELOADX 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 Mods]]</var> customers.</p>


The <var>FILELOAD</var> command works exactly like the <var class="product">Model 204</var> <var>[[FILELOAD command|FILELOAD]]</var> command, with the exception that at <var class="product">Fast/Reload FLOD Compiler</var> authorized sites, <var>FILELOAD</var> invokes the <var class="product">Fast/Reload FLOD Compiler</var> rather than the standard <var class="product">Model 204</var> dump processing.
The <var>FILELOAD</var> command works exactly like the <var class="product">Model 204</var> <var>[[FILELOAD command|FILELOAD]]</var> command, with the exception that at <var class="product">[[Fast/Reload]]</var> FLOD Compiler authorized sites, <var>FILELOAD</var> invokes the <var class="product">Fast/Reload FLOD Compiler</var> rather than the standard <var class="product">Model&nbsp;204</var> dump processing.
If for some reason a <var class="product">Fast/Reload FLOD Compiler</var> site wishes to use the standard <var class="product">Model 204</var> <var>FILELOAD</var>
If a <var class="product">Fast/Reload FLOD Compiler</var> site wants to use the standard <var class="product">Model&nbsp;204</var> <var>FILELOAD</var>
command processing (most likely for diagnosing a problem with the <var class="product">Fast/Reload FLOD Compiler</var>, a <var>FILELOADX</var> command can be issued.
command processing (most likely for diagnosing a problem with the <var class="product">Fast/Reload FLOD Compiler</var>, a <var>FILELOADX</var> command can be issued.
The <var>FILELOADX</var> command has syntax identical to the <var>FILELOAD</var> command.
The <var>FILELOADX</var> command has syntax identical to the <var>FILELOAD</var> command.
See the <var class="book">[http://m204wiki.rocketsoftware.com/images/9/95/FrelrNew.pdf Fast/Reload Reference Manual]</var> for more information about the <var class="product">Fast/Reload FLOD Compiler</var>.


Note that while the <var class="product">Fast/Reload FLOD Compiler</var> <var>FILELOAD</var> command does not support all the statements
Note that while the <var class="product">Fast/Reload FLOD Compiler</var> <var>FILELOAD</var> command does not support all the statements
Line 12: Line 10:
detected, the <var class="product">Fast/Reload FLOD Compiler</var> automatically "hands off" the request to the standard
detected, the <var class="product">Fast/Reload FLOD Compiler</var> automatically "hands off" the request to the standard
<var>FILELOAD</var> command.
<var>FILELOAD</var> command.
This handing off is done by saving the FILELOAD program in a temporary procedure,
This handing off is done by saving the <var>FILELOAD</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 15:55, 19 February 2016

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

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

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