M204.2340: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
parameter must be either: </p>
parameter must be either: </p>
<ul>
<ul>
<li>Omitted - use U.S. English</li>
<li> Omitted - use U.S. English</li>
<li>’*’ - use the LANGUSER parameter to determine the language </li>
<li> ’*’ - use the LANGUSER parameter to determine the language </li>
<li>One of the valid language names supported by Rocket Software  </li>
<li> One of the valid language names supported by Rocket Software  </li>
 
</ul>
</ul>


<p>
<p>
<b>Response:</b>
<b>Response:</b>
>** Replace this with a <b><i>description of the action</i></b> the customer should take **<
The name of the $function is identified in the error message.
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).
</p>
</p>
<p><b>Version introduced:</b>
<p><b>Version introduced:</b>
x.x
6.1
</p>
</p>
{{Template:M204.2340 footer}}
{{Template:M204.2340 footer}}
[[Category: Pending messages]]
[[Category: Pending messages]]

Revision as of 17:31, 8 October 2025

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: The name of the $function is identified in the error message. 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