M204.0773

From m204wiki
Revision as of 00:14, 2 March 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0773  token name required

This message is caused by one of the following conditions:

  • A field name in a SOUL statement was a null string. This is probably due to failure to initialize a %variable meant to contain the field name referred to by the corresponding %%variable. Refer to Field name variables.
  • A field name was not given for a DEFINE FIELD command.

Response: Correct, and try 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