M204.1129: 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.1129 skeleton}}
{{Template:M204.1129 skeleton}}
<P>
<P>
The ASSIGN and DEASSIGN commands require procedure names. You have entered a zero or a negative integer which designates the current or previous requests, which are kept as temporary procedures. </P>
The <var>ASSIGN</var> and <var>DEASSIGN</var> commands require procedure names. You have entered a zero or a negative integer which designates the current or previous requests, which are kept as temporary procedures. </P>
<p>
<p>
<b>Response:</b> You can make a temporary procedure permanent and give it a name by using the EDIT command.  
<b>Response:</b> You can make a temporary procedure permanent and give it a name by using the <var>EDIT</var> command.  
</p>
</p>
{{Template:M204.1129 footer}}
{{Template:M204.1129 footer}}
<!-- skeleton as it was in pdf/PREVIOUS REQUEST NOT ALLOWED: n /-->
<!-- skeleton as it was in pdf/PREVIOUS REQUEST NOT ALLOWED: n /-->

Latest revision as of 21:20, 5 March 2018

M204.1129  Previous request not allowed: tempProcNum

The ASSIGN and DEASSIGN commands require procedure names. You have entered a zero or a negative integer which designates the current or previous requests, which are kept as temporary procedures.

Response: You can make a temporary procedure permanent and give it a name by using the EDIT 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