M204.2462

From m204wiki
Jump to navigation Jump to search

M204.2462  Invalid token specified: token2

An invalid argument was passed on the call to the $CHKSFLD function.

Where:

  • token identifies the argument containing the invalid operand. Possible values are ATTRIBUTE-DISPLAY or PROCESS-TYPE.
  • token2 is the offending value passed. Acceptable values vary depending upon the value of token:
    When argument is... Valid values are...

    ATTRIBUTE-DISPLAY

    ASK, BLI, BLUE, BRI, DEF, GRE, INV, HUM, PIN, PRO, RED, REV, TUR, USC, WHI, YEL.

    PROCESS-TYPE

    PRINT, READ, REREAD, TAG

Response: Consult the description of $CHKSFLD, and correct the invalid argument value on the $CHKSFLD function call.

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
ECHODisplays the line that caused the error

Back to list of messages