M204.1470

From m204wiki
Jump to navigation Jump to search

M204.1470  Illegal compilation name

A host language program using the compiled IFAM facility contains an illegal compilation name. This argument is the name under which the compilation of the call is saved, and it may not include embedded blanks, parentheses, equal signs, or semicolons.

Response: Correct the compilation name, and retry the host language program.

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