M204.0027: Difference between revisions

From m204wiki
Jump to navigation Jump to search
DmeWiccan (talk | contribs)
Automatically generated page update
 
JDamon (talk | contribs)
No edit summary
Line 1: Line 1:
{{Template:M204.0027 skeleton}}
{{Template:M204.0027 skeleton}}
<P>When Model 204 performs a subsystem initialization, the subsystem procedure file is scanned twice. The first scan retrieves the number of subsystem procedures in order to allocate the subsystem's in-core procedure dictionary. The second scan retrieves the procedure information that is copied into the in-core procedure dictionary. This error occurs when another user adds a new subsystem procedure between the first procedure file scan and the second. </P>
<P>When Model 204 performs a subsystem initialization, the subsystem procedure file is scanned twice. The first scan retrieves the number of subsystem procedures in order to allocate the subsystem's in-core procedure dictionary. The second scan retrieves the procedure information that is copied into the in-core procedure dictionary. This error occurs when another user adds a new subsystem procedure between the first procedure file scan and the second. The error can also occur if unsupported procs have been store in CCASYS; only Rocket supplied procs can be stored in CCASYS.</P>
<p><b>Response:</b> Reissue the subsystem command. </p>
<p><b>Response:</b> Reissue the subsystem command. </p>
{{Template:M204.0027 footer}}
{{Template:M204.0027 footer}}
<!-- skeleton as it was in pdf/AUX PROCEDURE DICTIONARY FULL /-->
<!-- skeleton as it was in pdf/AUX PROCEDURE DICTIONARY FULL /-->

Revision as of 22:27, 7 April 2025

M204.0027  Aux procedure dictionary full

When Model 204 performs a subsystem initialization, the subsystem procedure file is scanned twice. The first scan retrieves the number of subsystem procedures in order to allocate the subsystem's in-core procedure dictionary. The second scan retrieves the procedure information that is copied into the in-core procedure dictionary. This error occurs when another user adds a new subsystem procedure between the first procedure file scan and the second. The error can also occur if unsupported procs have been store in CCASYS; only Rocket supplied procs can be stored in CCASYS.

Response: Reissue the subsystem command.

Message attributes:

RETCODEO=0Sets 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