M204.2014
M204.2014 Illegal file parameter specified
An IFAM function call specified an illegal file parameter. The parameter is incorrect in its format, or an attempt was made to specify a file parameter on a single cursor thread. The function being executed accepts only a file parameter on a multiple cursor thread.
Response: If the message is received on a multiple cursor thread, correct the format of the file parameter. Refer to File parameters for file parameter formats. If the message is received on a single cursor thread, remove the file parameter from the function call or use a multiple cursor thread.
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 |