M204.0637: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.0637 skeleton}}
{{Template:M204.0637 skeleton}}
<P>During the opening of a Model 204 file, the record description, which exists if any fields contain the preallocated attribute, is read into memory. The message is produced if insufficient storage exists to hold the entire
<P>
During the opening of a Model 204 file, the record description, which exists if any fields contain the preallocated attribute, is read into memory. The message is produced if insufficient storage exists to hold the entire
record description. The file is opened successfully, but any attempt to reference a preallocated field will generate an error. </P>
record description. The file is opened successfully, but any attempt to reference a preallocated field will generate an error. </P>
<p><b>Response:</b> Notify your file manager and system manager. Depending on your application, you may not be able use the file. Wait a few minutes for other users to finish their tasks, and try again. </p>
<p>
<p><b>System manager response:</b> Increasing the value of the SPCORE parameter will prevent this problem from occurring in future Model 204 runs. </p>
<b>Response:</b> Notify your file manager and system manager. Depending on your application, you may not be able use the file. Wait a few minutes for other users to finish their tasks, and try again. </p>
<p>
<b>System manager response:</b> Increasing the value of the <var>SPCORE</var> parameter will prevent this problem from occurring in future Model&nbsp;204 runs.  
</p>
{{Template:M204.0637 footer}}
{{Template:M204.0637 footer}}
<!-- skeleton as it was in pdf/NO ROOM FOR RECORD DESCRIPTION /-->
<!-- skeleton as it was in pdf/NO ROOM FOR RECORD DESCRIPTION /-->

Latest revision as of 21:51, 27 February 2018

M204.0637  No room for record description

During the opening of a Model 204 file, the record description, which exists if any fields contain the preallocated attribute, is read into memory. The message is produced if insufficient storage exists to hold the entire record description. The file is opened successfully, but any attempt to reference a preallocated field will generate an error.

Response: Notify your file manager and system manager. Depending on your application, you may not be able use the file. Wait a few minutes for other users to finish their tasks, and try again.

System manager response: Increasing the value of the SPCORE parameter will prevent this problem from occurring in future Model 204 runs.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages