M204.0928: 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.0928 skeleton}}
{{Template:M204.0928 skeleton}}
<P>
<P>
A group of files is opened, and an IFDFLD call is made that requires that a single file only be opened. The call returns a code of 4. </P>
A group of files is opened, and an <var>IFDFLD</var> call is made that requires that a single file only be opened. The call returns a code of 4. </P>
<p>
<p>
<b>Response:</b> Check the IFOPEN calls preceding the IFDFLD call producing the message to insure that a single file is opened when the call is made. Fix, and retry. </p>
<b>Response:</b> Check the <var>IFOPEN</var> calls preceding the <var>IFDFLD</var> call producing the message to ensure that a single file is opened when the call is made. Fix, and retry.  
</p>
{{Template:M204.0928 footer}}
{{Template:M204.0928 footer}}
<!-- skeleton as it was in pdf/IFDFLD REQUIRES FILE CONTEXT /-->
<!-- skeleton as it was in pdf/IFDFLD REQUIRES FILE CONTEXT /-->

Latest revision as of 01:17, 2 March 2018

M204.0928  IFDFLD requires file context

A group of files is opened, and an IFDFLD call is made that requires that a single file only be opened. The call returns a code of 4.

Response: Check the IFOPEN calls preceding the IFDFLD call producing the message to ensure that a single file is opened when the call is made. Fix, and retry.

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