M204.0783

From m204wiki
Jump to navigation Jump to search

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=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