M204.0214: Difference between revisions
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=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |
ECHO | Displays the line that caused the error |
COMPILE | Compilation error |