M204.2340: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
__NOTOC__ | __NOTOC__ | ||
<p> | <p> | ||
A $function has been executed with an invalid language parameter | 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> | ||
<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> | ||
The name of the $function is identified in the error message as <i>token2</i>. | |||
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> | ||
6.1 | |||
</p> | </p> | ||
{{Template:M204.2340 footer}} | {{Template:M204.2340 footer}} | ||
[[Category: Pending messages]] | [[Category: Pending messages]] | ||
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=0 | Sets online return code |
|---|---|
| RETCODEB=4 | Sets batch (single user) return code |
| CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
| AUDITER | Writes the message with line type ER to the audit trail |
| CANCEL | Cancels the user's request |
| COUNT | Increments the error count (ERCNT) parameter |