Page 1 of 1

Abending PL/I intentionally.

PostPosted: Tue Jun 25, 2019 6:33 pm
by gokulNmf
Hi All,
I'm coding PL/I - MQ program, for error handling, i would like to Abend the program if I get unexpected errors during Get message call. that is i want to abend the program intentionally. Please let me know if there are any Abend routines for PL/I.

Thanks In Advance,
Gokul

Re: Abending PL/I intentionally.

PostPosted: Tue Jun 25, 2019 7:04 pm
by Robert Sample
LE has CEE3ABD and CEE3AB2 that a PL/I program can call. Either should provide what you need. Check the manual z/OS Language Environment Programming Reference for details.

Re: Abending PL/I intentionally.

PostPosted: Tue Jun 25, 2019 7:50 pm
by prino
signal error;

Re: Abending PL/I intentionally.

PostPosted: Thu Jul 04, 2019 7:34 pm
by gokulNmf
Hi All,

Thank you! Used lang environment's CEE3ABD.

Thanks,
Gokul