M204.2014

From m204wiki
Jump to navigation Jump to search

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