M204.0635

From m204wiki
Revision as of 21:49, 27 February 2018 by JAL (talk | contribs) (add <code>s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0635  Reserved prefix used

A Model 204 command specified a DD name or file name that begins with CCA, SYS, OUT, or TAPE. These are reserved prefixes and are not allowed except when the USE command refers to a file whose DD name starts with OUT.

Response: Change the name, 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

Back to list of messages