M204.0214: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add italics)
 
Line 1: Line 1:
{{Template:M204.0214 skeleton}}
{{Template:M204.0214 skeleton}}
<P>The statement PRINT ALL FIELD NAMES cannot be used with a file group. </P>
<P>
<p><b>Response:</b> Execute the procedure with a single file open or use the format: </p>
The statement <code>PRINT ALL FIELD NAMES</code> cannot be used with a file group. </P>
<P>IN filename PRINT ALL FIELD NAMES </P>
<p>
<P>where filename is a single file. The DISPLAY command can also be used to display field names one file at a time. </P>
<b>Response:</b> Execute the procedure with a single file open or use the format: </p>
<P class="code">IN <i>filename</i> PRINT ALL FIELD NAMES </P>
<P>
where <var class="term">filename</var> is a single file. The <var>DISPLAY</var> command can also be used to display field names one file at a time.  
</P>
{{Template:M204.0214 footer}}
{{Template:M204.0214 footer}}
<!-- skeleton as it was in pdf/FIELD NAMES UNAVAILABLE IN GROUPS /-->
<!-- skeleton as it was in pdf/FIELD NAMES UNAVAILABLE IN GROUPS /-->

Latest revision as of 22:52, 21 February 2018

M204.0214  Field names unavailable in groups

The statement PRINT ALL FIELD NAMES cannot be used with a file group.

Response: Execute the procedure with a single file open or use the format:

IN filename PRINT ALL FIELD NAMES

where filename is a single file. The DISPLAY command can also be used to display field names one file at a time.

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