Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

TSO/ISPF :: RE: How to show message using batch jobs

$
0
0
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:
Code:
//SEND    EXEC PGM=IKJEFT01
//SYSTSPRT DD  SYSOUT=*
//SYSTSIN  DD  *
SEND 'Test msg' USER(xxxxxx)

_________________
.... Terry


Viewing all articles
Browse latest Browse all 8500

Trending Articles