M204.1037: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <code>s)
 
Line 1: Line 1:
{{Template:M204.1037 skeleton}}
{{Template:M204.1037 skeleton}}
<P>
<P>
The current command may not be issued for a group. You must have a default file rather than a group to perform certain forms of the VIEW command, such as VIEW FPARMS, VIEW TABLES, VIEW FILE, VIEW DSIZE, and VIEW BSIZE.
The current command may not be issued for a group. You must have a default file rather than a group to perform certain forms of the <var>VIEW</var> command, such as <code>VIEW FPARMS</code>, <code>VIEW TABLES</code>, <code>VIEW FILE</code>, <code>VIEW DSIZE</code>, and <code>VIEW BSIZE</code>.
</P>
</P>
<p>
<p>
<b>Response:</b> You can make a file the default by opening the file and issuing a VIEW command before opening other files, by using the DEFAULT command, or by using the IN filename clause before a VIEW command (for example, <code>IN <i>filename</i> VIEW TABLES</code>). </p>
<b>Response:</b> You can make a file the default by opening the file and issuing a <var>VIEW</var> command before opening other files, by using the <var>DEFAULT</var> command, or by using the <var>IN <i>filename</i></var> clause before a <var>VIEW</var> command (for example, <code>IN <i>filename</i> VIEW TABLES</code>).  
</p>
{{Template:M204.1037 footer}}
{{Template:M204.1037 footer}}
<!-- skeleton as it was in pdf/COMMAND REQUIRES SINGLE FILE /-->
<!-- skeleton as it was in pdf/COMMAND REQUIRES SINGLE FILE /-->

Latest revision as of 18:14, 2 March 2018

M204.1037  Command requires single file

The current command may not be issued for a group. You must have a default file rather than a group to perform certain forms of the VIEW command, such as VIEW FPARMS, VIEW TABLES, VIEW FILE, VIEW DSIZE, and VIEW BSIZE.

Response: You can make a file the default by opening the file and issuing a VIEW command before opening other files, by using the DEFAULT command, or by using the IN filename clause before a VIEW command (for example, IN filename VIEW TABLES).

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