M204.1032: 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.1032 skeleton}}
{{Template:M204.1032 skeleton}}
<P>
<P>
The command or request attempted requires that either a file or a group be opened as the default. This message is produced for some commands issued without an IN clause after a CLOSE command has produced the message:
The command or request attempted requires that either a file or a group be opened as the default. This message is produced for some commands issued without an IN clause after a <var>CLOSE</var> command has produced the message:
<code>CLOSING DEFAULT, USER MUST ESTABLISH NEW DEFAULT</code> </P>
<code>CLOSING DEFAULT, USER MUST ESTABLISH NEW DEFAULT</code> </P>
<p>
<p>
<b>Response:</b> Open a file or group using the OPEN or DEFAULT command, and retry the command or request. </p>
<b>Response:</b> Open a file or group using the <var>OPEN</var> or <var>DEFAULT</var> command, and retry the command or request.  
</p>
{{Template:M204.1032 footer}}
{{Template:M204.1032 footer}}
<!-- skeleton as it was in pdf/DEFAULT FILE OR GROUP NEEDED /-->
<!-- skeleton as it was in pdf/DEFAULT FILE OR GROUP NEEDED /-->

Latest revision as of 18:10, 2 March 2018

M204.1032  Default file or group needed

The command or request attempted requires that either a file or a group be opened as the default. This message is produced for some commands issued without an IN clause after a CLOSE command has produced the message: CLOSING DEFAULT, USER MUST ESTABLISH NEW DEFAULT

Response: Open a file or group using the OPEN or DEFAULT command, and retry the command or request.

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

Back to list of messages