Previous Topic: &ZAPPCCSI

Next Topic: &ZAPPCELP

&ZAPPCELM

Contains the message from an Error Log GDS variable received after an error, or deallocate abend has been received.

The Error Log GDS variable is used to send implementation-specific error information. It is sent as a consequence of issuing either of the following verbs:

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

It is logged by the receiving system and made available to the receiving NCL procedure in the system variable &ZAPPCELM.

Example: &ZAPPCELM

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

More information:

&ZAPPCELP