M204.1129

From m204wiki
Revision as of 21:20, 5 March 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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