M204.2340: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
__NOTOC__
__NOTOC__
<p>
<p>
A $function has been executed with an invalid language parameter. The language
A $function has been executed with an invalid language parameter(<i>token</i>)
parameter must be either: </p>
The language parameter must be either: </p>
<ul>
<ul>
<li>  Omitted - use U.S. English</li>
<li>  Omitted - use U.S. English</li>
Line 12: Line 12:
<p>
<p>
<b>Response:</b>
<b>Response:</b>
The name of the $function is identified in the error message.
The name of the $function is identified in the error message as <i>token2</i>.
Check the application program to determine whether the intended
Check the application program to determine whether the intended
language name has been supplied to the function.
language name has been supplied to the function.

Latest revision as of 17:36, 8 October 2025

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