M204.2788: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 2: Line 2:


<P>
<P>
This message is issued when <var>LAUDIT</var> includes the X'04' bit (Write LP lines, lines included from procedures). The message is preceded by any of the following messages:</P>
This message is issued when <var>[[LAUDIT parameter|LAUDIT]]</var> includes the X'04' bit (Write LP lines, lines included from procedures). The message is preceded by any of the following messages:</P>


<P class="code">M204.2783 TEMP GROUP DOES NOT MATCH SAVED COMPILATION, RECOMPILING
<P class="code">M204.2783 TEMP GROUP DOES NOT MATCH SAVED COMPILATION, RECOMPILING

Latest revision as of 01:11, 30 March 2018

M204.2788  Ignoring commands​,​ until Begin found

This message is issued when LAUDIT includes the X'04' bit (Write LP lines, lines included from procedures). The message is preceded by any of the following messages:

M204.2783 TEMP GROUP DOES NOT MATCH SAVED COMPILATION, RECOMPILING M204.2305 NODE REFERENCES DO NOT MATCH SAVED COMPILATION REFERENCES, RECOMPILING M204.1966 NON-SUBSYSTEM FILE REFERENCE BY TEMP GROUP, RECOMPILING

Response: If a precompiled procedure needs to be recompiled for any of the above reasons, the commands that are found before the BEGIN are skipped and not re-executed. This message is an informational message only, and it does not indicate a processing error.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
NOAUDITDoes not write the message to CCAAUDIT/CCAJLOG
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages