Previous Topic: &ZAPPCELM

Next Topic: &ZAPPCID


&ZAPPCELP

Contains any product set information from an Error Log GDS variable received after an error or deallocate abend has been received.

This system variable identifies the software product which sent an Error Log GDS variable as a result of issuing a either of the following verbs:

&APPC SEND_ERROR LOG=
&APPC DEALLOCATE TYPE=ABEND LOG=

The Error Log GDS variable message is contained in &ZAPPCELM. The information that identifies the product that sent the message is contained in &ZAPPCELP.

Example: &ZAPPCELP

&IF &RETCODE EQ 8 &THEN +
   &DO
   &WRITE DATA=REMOTE PGM ERROR = &ZAPPCELM
   &WRITE DATA=RECEIVED FROM &ZAPPCELP
 .
 .
 .

More information:

&ZAPPCELM