M204.2675

From m204wiki
Revision as of 23:03, 2 April 2018 by ELowell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2675  Invalid value entered for parameter: token

The message may be caused by one of the following possibilities, which depend on the command's parameters:

  • If any of the COMPACTB command parameters were entered as follows:
    • FREE — non numeric, less than zero, more than 100
    • MAXE — non numeric, less than zero, more than 100
    • FROM — non numeric, less than zero
    • TO — non numeric, less than zero, less than FROM value
  • If any of the BLDREUSE command parameters were entered as follows:
    • FROM — non numeric, less than zero, larger than BHIGHPG
    • TO — non numeric, less than zero, less than FROM value

    File manager response: Correct the value, and run the command again.

    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