M204.0928: Difference between revisions
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 | <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=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |