M204.1815: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1815 skeleton}}
{{Template:M204.1815 skeleton}}
<P>
<P>
In the temporary group you have defined, the NUMLOCK (from SUBSYSMGMT) files starting from the RIGHT in CREATE GROUP order do NOT match the files in the permanent group used to start the subsystem. </P>
In the temporary group you have defined, the NUMLOCK (from [[SUBSYSMGMT]]) files starting from the right in <var>CREATE GROUP</var> order do <b>not</b> match the files in the permanent group used to start the subsystem. </P>
<p>
<p>
<b>Response:</b> Recreate your TEMP GROUP, using the same files for the rightmost portion (that is NUMLOCK number of files) of your CREATE GROUP command as the PERM GROUP has, and in the <b><em>same order</em></b>. </p>
<b>Response:</b> Recreate your temporary group, using the same files for the rightmost portion (that is NUMLOCK number of files) of your <var>CREATE GROUP</var> command as the permanent group has, and in the <b><em>same order</em></b>.  
</p>
{{Template:M204.1815 footer}}
{{Template:M204.1815 footer}}
<!-- skeleton as it was in pdf/TEMP GROUP name DOES NOT MATCH NUMLOCK PERM FILES-NOT LOGGED INTO subsysname /-->
<!-- skeleton as it was in pdf/TEMP GROUP name DOES NOT MATCH NUMLOCK PERM FILES-NOT LOGGED INTO subsysname /-->

Latest revision as of 21:57, 12 March 2018

M204.1815  Temp group token does not match numlock perm files-not logged into token2

In the temporary group you have defined, the NUMLOCK (from SUBSYSMGMT) files starting from the right in CREATE GROUP order do not match the files in the permanent group used to start the subsystem.

Response: Recreate your temporary group, using the same files for the rightmost portion (that is NUMLOCK number of files) of your CREATE GROUP command as the permanent group has, and in the same order.

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