M204.2462: Difference between revisions
Jump to navigation
Jump to search
m (remove 0 from token0) |
m (remove 0 from token0) |
||
Line 8: | Line 8: | ||
<LI><var class="term">token</var> identifies the argument containing the invalid operand. Possible values are <code>ATTRIBUTE-DISPLAY</code> or <code>PROCESS-TYPE</code>. </LI> | <LI><var class="term">token</var> identifies the argument containing the invalid operand. Possible values are <code>ATTRIBUTE-DISPLAY</code> or <code>PROCESS-TYPE</code>. </LI> | ||
<LI><var class="term">token2</var> is the offending value passed. Acceptable values vary depending upon the value of <var class="term"> | <LI><var class="term">token2</var> is the offending value passed. Acceptable values vary depending upon the value of <var class="term">token</var>: | ||
<TABLE> | <TABLE> | ||
<TR class="head"><TH>When argument is... </TH> | <TR class="head"><TH>When argument is... </TH> |
Latest revision as of 22:17, 26 March 2018
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
orPROCESS-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=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 |
ECHO | Displays the line that caused the error |