M204.0595: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 1: Line 1:
{{Template:M204.0595 skeleton}}
{{Template:M204.0595 skeleton}}
<P>A reference was made to a User Language variable which has not been declared when the VARIABLES ARE UNDEFINED option was in effect. </P>
<P>
<p><b>Response:</b> If the variable name was misspelled, correct and retry. If the variable name is correct, declare the variable and retry. </p>
A reference was made to a SOUL variable that was not declared when the <var>Variables Are Undefined</var> option was in effect. </P>
<p><b>System manager response:</b> When the last user of a file closes it, it's DCB area is freed. Instruct users to close some of their open files and retry the command. To prevent this problem from occurring in future Model 204 runs, increase the value of
<p>
the NDCBS parameter. NDCBS defaults to a value of 10. </p>
<b>Response:</b> If the variable name was misspelled, correct and retry. If the variable name is correct, declare the variable and retry. </p>
<p>
<b>System manager response:</b> When the last user of a file closes it, it's DCB area is freed. Instruct users to close some of their open files and retry the command. To prevent this problem from occurring in future Model&nbsp;204 runs, increase the value of
the <var>[[NDCBS parameter|NDBCS]]</var> parameter. <var>NDCBS</var> defaults to a value of 10.  
</p>
{{Template:M204.0595 footer}}
{{Template:M204.0595 footer}}
<!-- skeleton as it was in pdf/UNDECLARED VARIABLES ARE NOT PERMITTED WITH THE UNDEFINED OPTION /-->
<!-- skeleton as it was in pdf/UNDECLARED VARIABLES ARE NOT PERMITTED WITH THE UNDEFINED OPTION /-->

Latest revision as of 14:59, 19 June 2018

M204.0595  Undeclared variables are not permitted with the Undefined option

A reference was made to a SOUL variable that was not declared when the Variables Are Undefined option was in effect.

Response: If the variable name was misspelled, correct and retry. If the variable name is correct, declare the variable and retry.

System manager response: When the last user of a file closes it, it's DCB area is freed. Instruct users to close some of their open files and retry the command. To prevent this problem from occurring in future Model 204 runs, increase the value of the NDBCS parameter. NDCBS defaults to a value of 10.

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
COUNTIncrements the error count (ERCNT) parameter
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages