Fast/Reload installation: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision: from Stage)
m (link repair)
Line 1: Line 1:
<var class="product">Fast/Reload</var> was formerly part of the <var class="product">[[SirMods]]</var>. If you are running under version 7.4 or lower of <var class="product">Model&nbsp;204</var>, see the <var class="book">[[Media:SiriNew.pdf|SirMods Installation Guide]]</var> for installation instructions. Otherwise, no installation is necessary.
<var class="product">Fast/Reload</var> was formerly part of the <var class="product">SirMods</var> product. If you are running under version 7.4 or lower of <var class="product">Model&nbsp;204</var>, see the <var class="book">[[Media:SiriNew.pdf|SirMods Installation Guide]]</var> for installation instructions. Otherwise, no installation is necessary.


==Temporary procedure for logging==
==Temporary procedure for logging==

Revision as of 16:52, 29 February 2016

Fast/Reload was formerly part of the SirMods product. If you are running under version 7.4 or lower of Model 204, see the SirMods Installation Guide for installation instructions. Otherwise, no installation is necessary.

Temporary procedure for logging

Fast/Reload logs FLOD and FILELOAD programs to a temporary procedure. This is so that if it decides to pass the FLOD or FILELOAD program to standard FLOD or FILELOAD, the statements it has scanned are not lost. Ordinarily, the temporary procedure used for this purpose is -1. If this is inconvenient, the temporary procedure number to be used can be changed by setting the FRELPREV system parameter. This parameter should be set to 0 or a negative number greater than the value of he NORQS system parameter.

Setting FRELPREV to a positive number turns off the copying of FLOD/FILELOAD programs to a temporary procedure, and this makes it impossible to have Fast/Reload automatically pass off to standard FLOD or FILELOAD.

See also