M204.2340

From m204wiki
Revision as of 17:24, 8 October 2025 by SteveS (talk | contribs)
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. 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: >** Replace this with a description of the action the customer should take **<

Version introduced: x.x

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