M204.1908: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.1908 skeleton}}
{{Template:M204.1908 skeleton}}
<P>
<p>
On CREATE or OPEN GROUP, <code>PROCFILE</code> cannot refer to a remote file. This is detected at OPEN if a synonym resolves to a remote file, or at CREATE GROUP if a location name is specified for a file. This is only for [[PQO]]. </P>
On <var>CREATE</var> or <var>OPEN GROUP</var>, <code>PROCFILE</code> cannot refer to a remote file. This is detected at <var>OPEN</var> if a synonym resolves to a remote file, or at <var>CREATE GROUP</var> if a location name is specified for a file. This is only for [[PQO]]. </p>
<p>
<p>
<b>Response:</b> Do not specify a remote file for <code>PROCFILE</code>. </p>
<b>Response:</b> Do not specify a remote file for <code>PROCFILE</code>. </p>
{{Template:M204.1908 footer}}
{{Template:M204.1908 footer}}
<!-- skeleton as it was in pdf/PROCFILE MAY NOT BE REMOTE /-->
<!-- skeleton as it was in pdf/PROCFILE MAY NOT BE REMOTE /-->

Latest revision as of 22:48, 12 March 2018

M204.1908  PROCFILE may not be remote

On CREATE or OPEN GROUP, PROCFILE cannot refer to a remote file. This is detected at OPEN if a synonym resolves to a remote file, or at CREATE GROUP if a location name is specified for a file. This is only for PQO.

Response: Do not specify a remote file for PROCFILE.

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