MSIR.0571
MSIR.0571 Procname length >= LAUDPROC for naked !DUPEXIT
The !DupExit statement, when used without a macro variable, is not allowed unless the name of the procedure containing !DupExit is shorter than the value of the LAUDPROC parameter. (As an edge case, a proc whose name is 255 characters long is allowed to have !DupExit if LAUDPROC is 255.)
Response: If it makes sense in your application, use a macro variable. Otherwise, the proc name must be shorter, or the LAUDPROC user 0 parameter must be increased to at least one more than the length of this procedure name (or to 255).
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |
ECHO | Displays the line that caused the error |