M204.2340

From m204wiki
Jump to navigation Jump to search

M204.2340  Invalid language argument: 'token' for $function: token2

A $function has been executed with an invalid language parameter(token) The language parameter must be either:

  • Omitted - use U.S. English
  • ’*’ - use the LANGUSER parameter to determine the language
  • One of the valid language names supported by Rocket Software

Response: The name of the $function is identified in the error message as token2. Check the application program to determine whether the intended language name has been supplied to the function. If the language name is valid, then it is possible that an obsolete Model 204 load module is in use (i.e., with a NLANG module that is missing valid languages). Check the Model 204 version and the linkedit jobs (if necessary).

Version introduced: 6.1

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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages