M204.1778: 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.1778 skeleton}}
{{Template:M204.1778 skeleton}}
<P>An INCREASE or DECREASE command has been issued from within a procedure for a file with an active procedure. An active procedure is a procedure that has been included by the same user who included the increase/decrease
<P>
procedure and that has not yet completed when the increase/decrease procedure is included. This situation can arise when: </P><ul><LI>The increase/decrease procedure is stored in the file that is to be increased or decreased. </LI><LI>The increase/decrease procedure is included by a procedure stored in the file to be increased or decreased. </LI></ul><P>The INCREASE or DECREASE command is ignored, and the procedure continues with the next sequential command. </P>
An <var>INCREASE</var> or <var>DECREASE</var> command has been issued from within a procedure for a file with an active procedure. An active procedure is a procedure that has been included by the same user who included the increase/decrease
<p><b>File manager response:</b> The increase/decrease procedure cannot be stored in the file to be increased or decreased nor can the increase/decrease procedure be invoked by a procedure stored in the file to be updated. Either store the
procedure and that has not yet completed when the increase/decrease procedure is included. This situation can arise when: </P>
increase/decrease procedure in a file other than the one to be updated, or issue the INCREASE/DECREASE command at command level. </p>
<ul>
<LI>The increase/decrease procedure is stored in the file that is to be increased or decreased. </LI>
 
<LI>The increase/decrease procedure is included by a procedure stored in the file to be increased or decreased. </LI>
</ul>
<P>
The <var>INCREASE</var> or <var>DECREASE</var> command is ignored, and the procedure continues with the next sequential command. </P>
<p>
<b>File manager response:</b> The increase/decrease procedure cannot be stored in the file to be increased or decreased nor can the increase/decrease procedure be invoked by a procedure stored in the file to be updated. Store the
increase/decrease procedure in a file other than the one to be updated, or issue the <var>INCREASE</var> or <var>DECREASE</var> command at command level.  
</p>
{{Template:M204.1778 footer}}
{{Template:M204.1778 footer}}
<!-- skeleton as it was in pdf/INCREASE/DECREASE REJECTED FOR FILE WITH ACTIVE PROCEDURE /-->
<!-- skeleton as it was in pdf/INCREASE/DECREASE REJECTED FOR FILE WITH ACTIVE PROCEDURE /-->

Latest revision as of 18:54, 12 March 2018

M204.1778  INCREASE​/​DECREASE rejected for file with active procedure

An INCREASE or DECREASE command has been issued from within a procedure for a file with an active procedure. An active procedure is a procedure that has been included by the same user who included the increase/decrease procedure and that has not yet completed when the increase/decrease procedure is included. This situation can arise when:

  • The increase/decrease procedure is stored in the file that is to be increased or decreased.
  • The increase/decrease procedure is included by a procedure stored in the file to be increased or decreased.

The INCREASE or DECREASE command is ignored, and the procedure continues with the next sequential command.

File manager response: The increase/decrease procedure cannot be stored in the file to be increased or decreased nor can the increase/decrease procedure be invoked by a procedure stored in the file to be updated. Store the increase/decrease procedure in a file other than the one to be updated, or issue the INCREASE or DECREASE command at command level.

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
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages