Author: Terry Heinze
Posted: Fri Sep 09, 2016 7:11 pm (GMT 5.5)
Incorporate the following step in your JCL and execute it based on a return code from a previous step:
_________________
.... Terry
Posted: Fri Sep 09, 2016 7:11 pm (GMT 5.5)
Incorporate the following step in your JCL and execute it based on a return code from a previous step:
Code: |
//SEND EXEC PGM=IKJEFT01 //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * SEND 'Test msg' USER(xxxxxx) |
_________________
.... Terry