M204.2772: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 2: Line 2:


<P>
<P>
An INCREASE TABLEB command was issued with the DYNAMIC parameter, but the file was already at the maximum Table B size for which space was reserved by the MAXINCBP system parameter.</P>
An INCREASE TABLEB command was issued with the DYNAMIC parameter, but the file was already at the maximum Table B size for which space was reserved by the <var>[[MAXINCBP parameter|MAXINCBP]]</var> system parameter.</P>


<p>
<p>
<b>File manager response:</b> The INCREASE TABLEB command must be issued without the DYNAMIC option to increase the file's table B size. This might not be possible until there are no users running requests against the file, and there are no more
<b>File manager response:</b> The <var>[[INCREASE command|INCREASE TABLEB]]</var> command must be issued without the DYNAMIC option to increase the file's table B size. This might not be possible until there are no users running requests against the file, and there are no more
pre-compiled [[Application Subsystem development|APSY]] requests against the file. This latter requirement probably means that all subsystems that reference the file must be stopped.
pre-compiled [[Application Subsystem development|APSY]] requests against the file. This latter requirement probably means that all subsystems that reference the file must be stopped.
</p>
</p>
{{Template:M204.2772 footer}}
{{Template:M204.2772 footer}}
<!-- skeleton as it was in pdf/FILE ALREADY AT DYNAMIC MAXIMUM/-->
<!-- skeleton as it was in pdf/FILE ALREADY AT DYNAMIC MAXIMUM/-->

Latest revision as of 21:28, 23 March 2018

M204.2772  File already at dynamic maximum

An INCREASE TABLEB command was issued with the DYNAMIC parameter, but the file was already at the maximum Table B size for which space was reserved by the MAXINCBP system parameter.

File manager response: The INCREASE TABLEB command must be issued without the DYNAMIC option to increase the file's table B size. This might not be possible until there are no users running requests against the file, and there are no more pre-compiled APSY requests against the file. This latter requirement probably means that all subsystems that reference the file must be stopped.

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

Back to list of messages