M204.0783
M204.0783 Incorrect ddName list
The list of DDnames entered as part of the CREATE command was specified incorrectly. This probably resulted from a CREATE file name command without the FROM keyword following the Model 204 file name. A correct example is:
CREATE M204FILE FROM M204FILE, M204F2
where the first M204FILE
is the file name and the second M204FILE
is the DDname. Note that FROM
follows the file name.
Also, note that if you enter a trailing continuation character on the CREATE
line:
CREATE SOMEFILE - PARAMETER ESIZE=100 END
The command will be read as:
CREATE SOMEFILE PARAMETER ESIZE=100 END
In this instance, the valid keyword for the CREATE command is FROM, not PARAMETER
, and the command will be rejected.
File manager response: Review CREATE command, and retry the command.
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 |