M204.2475: 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.2475 skeleton}}
{{Template:M204.2475 skeleton}}


<P>A display was attempted of a temporary procedure while a USE output was in effect for the same procedure. If this were allowed, a loop situation would arise and CCATEMP would be filled. The DISPLAY command is not
<P>
A display was attempted of a temporary procedure while a USE output was in effect for the same procedure. If this were allowed, a loop situation would arise and CCATEMP would be filled. The <var>DISPLAY</var> command is not
executed.</P>
executed.</P>
<p><b>Response:</b> Ensure that the USE PROC command and the DISPLAY command reference different temporary procedures.</p>
<p>
 
<b>Response:</b> Ensure that the <var>USE PROC</var> command and the <var>DISPLAY</var> command reference different temporary procedures.
</p>
{{Template:M204.2475 footer}}
{{Template:M204.2475 footer}}
<!-- skeleton as it was in pdf/DISPLAY OF PROCEDURE WOULD FILL CCATEMP - COMMAND REJECTED/-->
<!-- skeleton as it was in pdf/DISPLAY OF PROCEDURE WOULD FILL CCATEMP - COMMAND REJECTED/-->

Latest revision as of 20:46, 19 March 2018

M204.2475  Display of procedure would fill CCATEMP - command rejected

A display was attempted of a temporary procedure while a USE output was in effect for the same procedure. If this were allowed, a loop situation would arise and CCATEMP would be filled. The DISPLAY command is not executed.

Response: Ensure that the USE PROC command and the DISPLAY command reference different temporary procedures.

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