M204.1964: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.1964 skeleton}}
{{Template:M204.1964 skeleton}}
<P>
<P>
The <var>COPY PROCEDURE</var> command requires a sort to be performed when using the <var>ALL</var> or <var>LIKE</var> keywords. There are two reasons that you may get this message: </P>
The <var>[[COPY PROCEDURE command|COPY PROCEDURE]]</var> command requires a sort to be performed when using the <var>ALL</var> or <var>LIKE</var> keywords. There are two reasons that you may get this message: </P>
<ul>
<ul>
<li>The SORT module is not linked in for the run </li>
<li>The SORT module is not linked in for the run. </li>
<li>There is not enough VTBL space for the sort quads. </li>
<li>There is not enough VTBL space for the sort quads. </li>
</ul>
</ul>
<p>
<p>
<b>Response:</b> Increase your VTBL size with the <var>UTABLE</var> command by 32 bytes. If the problem persists, contact the system manager. </p>
<b>Response:</b> Use the <var>[[UTABLE command|UTABLE]]</var> command to increase your VTBL size by 32 bytes. If the problem persists, contact the system manager. </p>
<p>
<p>
<b>System manager response:</b> Relink Model&nbsp;204 including the SORT module. </p>
<b>System manager response:</b> Relink Model&nbsp;204 including the SORT module. </p>
{{Template:M204.1964 footer}}
{{Template:M204.1964 footer}}
<!-- skeleton as it was in pdf/SORTED OUTPUT NOT POSSIBLE /-->
<!-- skeleton as it was in pdf/SORTED OUTPUT NOT POSSIBLE /-->

Latest revision as of 22:30, 16 March 2018

M204.1964  Sorted output not possible

The COPY PROCEDURE command requires a sort to be performed when using the ALL or LIKE keywords. There are two reasons that you may get this message:

  • The SORT module is not linked in for the run.
  • There is not enough VTBL space for the sort quads.

Response: Use the UTABLE command to increase your VTBL size by 32 bytes. If the problem persists, contact the system manager.

System manager response: Relink Model 204 including the SORT module.

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