M204.1120: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1120 skeleton}}
{{Template:M204.1120 skeleton}}
<P>
<P>
A current file is usually the default file established by the OPEN or DEFAULT command. When a VIEW or RESET command is entered to view or reset a file-related parameter, the default file can be overridden in the IN clause
A current file is usually the default file established by the <var>OPEN</var> or the <var>DEFAULT</var> command. When a <var>VIEW</var> or <var>RESET</var> command is entered to view or reset a file-related parameter, the default file can be overridden in the <var>IN</var> clause
of the command. In IFAM, the default file can be overridden by the file-spec parameter of the IFEPRM or IFSPRM/IFRPRM calls. This message is issued when no current file was established. </P>
of the command. </p>
<p>
<p>
<b>Response:</b> Use the OPEN or DEFAULT command or the IN clause to establish a current file, and retry the command. </p>
In IFAM, the default file can be overridden by the file-spec parameter of the <var>IFEPRM</var> or the <var>IFSPRM</var>/<var>IFRPRM</var> calls. This message is issued when no current file was established. </P>
<p>
<b>Response:</b> Use the <var>OPEN</var> or <var>DEFAULT</var> command or the <var>IN</var> clause to establish a current file, and retry the command.  
</p>
{{Template:M204.1120 footer}}
{{Template:M204.1120 footer}}
<!-- skeleton as it was in pdf/NO CURRENT FILE /-->
<!-- skeleton as it was in pdf/NO CURRENT FILE /-->

Latest revision as of 21:15, 5 March 2018

M204.1120  No current file

A current file is usually the default file established by the OPEN or the DEFAULT command. When a VIEW or RESET command is entered to view or reset a file-related parameter, the default file can be overridden in the IN clause of the command.

In IFAM, the default file can be overridden by the file-spec parameter of the IFEPRM or the IFSPRM/IFRPRM calls. This message is issued when no current file was established.

Response: Use the OPEN or DEFAULT command or the IN clause to establish a current file, and retry the command.

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