MSIR.0223 Can't pass off to (flodtype), FRELPREV procedure (num) currently open: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (link repair)
(Automatically generated page update)
 
Line 2: Line 2:


{{Template:MSIR.0223 footer}}
{{Template:MSIR.0223 footer}}
[[Category:Sirius Mods messages]] [[Category:MSIR.0200 - MSIR.0399]]
[[Category:MSIR.0200 - MSIR.0399]]

Latest revision as of 23:07, 3 March 2017

Fast/Reload had determined that it should pass the FLOD or FILELOAD program to standard FLOD/FILELOAD but was unable unable to do so because the procedure indicated by the FRELPREV parameter is currently open for input, that is, being INCLUDEd. This makes it impossible to save the FLOD/FILELOAD program as a previous request. The user is restarted and the FLOD/FILELOAD program is not run. Change the value of FRELPREV to be something that is not normally open during a FLOD or FILELOAD command or change the FLOD or FILELOAD command to FLODX or FILELOADX to invoke standard FLOD or FILEOAD directly.


Message attributes:

RETCODEO=4Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages