M204.1091: 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.1091 skeleton}}
{{Template:M204.1091 skeleton}}
<P>
<P>
You issued a MSG, WARN, or BUMP command and specified an invalid user ID. </P>
You issued a <var>MSG</var>, <var>WARN</var>, or <var>BUMP</var> command and specified an invalid user ID. </P>
<p>
<p>
<b>Response:</b> Correct the user ID, and retry the command. </p>
<b>Response:</b> Correct the user ID, and retry the command.  
</p>
{{Template:M204.1091 footer}}
{{Template:M204.1091 footer}}
<!-- skeleton as it was in pdf/INVALID USERID /-->
<!-- skeleton as it was in pdf/INVALID USERID /-->

Latest revision as of 20:32, 2 March 2018

M204.1091  Invalid user ID

You issued a MSG, WARN, or BUMP command and specified an invalid user ID.

Response: Correct the user ID, and retry the 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
COMPILECompilation error

Back to list of messages