M204.0789: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 2: Line 2:
<P>
<P>
You have issued a [[Creating a file#CREATE command|CREATE command]] specifying sorted file parameters, but the FILEORG parameter in effect for this file does not indicate a sorted file. The sorted file parameters specified in the command are ignored.
You have issued a [[Creating a file#CREATE command|CREATE command]] specifying sorted file parameters, but the FILEORG parameter in effect for this file does not indicate a sorted file. The sorted file parameters specified in the command are ignored.
Sorted file parameters include BPGPMSTR, BPGPOVFL, and BEXTOVFL. </P>
Sorted file parameters include <var>BPGPMSTR</var>, <var>BPGPOVFL</var>, and <var>BEXTOVFL</var>. </P>
<p>
<p>
<b>File manager response:</b> If you do not want a sorted file, the <var>CREATE</var> command produced the intended results, and you may proceed to open and initialize the file. Otherwise, recreate the file specifying the sort option of the FILEORG parameter
<b>File manager response:</b> If you do not want a sorted file, the <var>CREATE</var> command produced the intended results, and you may proceed to open and initialize the file. Otherwise, recreate the file specifying the sort option of the <var>FILEORG</var> parameter (X'01').  
(X'01'). </p>
</p>
{{Template:M204.0789 footer}}
{{Template:M204.0789 footer}}
<!-- skeleton as it was in pdf/SORTED FILE PARAMETERS IGNORED /-->
<!-- skeleton as it was in pdf/SORTED FILE PARAMETERS IGNORED /-->

Latest revision as of 00:25, 2 March 2018

M204.0789  Sorted file parameters ignored

You have issued a CREATE command specifying sorted file parameters, but the FILEORG parameter in effect for this file does not indicate a sorted file. The sorted file parameters specified in the command are ignored. Sorted file parameters include BPGPMSTR, BPGPOVFL, and BEXTOVFL.

File manager response: If you do not want a sorted file, the CREATE command produced the intended results, and you may proceed to open and initialize the file. Otherwise, recreate the file specifying the sort option of the FILEORG parameter (X'01').

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