Author: steve-myers
Subject: Re: How to show message using batch jobs
Posted: Fri Sep 09, 2016 7:19 pm (GMT 5.5)
Something like this -
Subject: Re: How to show message using batch jobs
Posted: Fri Sep 09, 2016 7:19 pm (GMT 5.5)
madprasy wrote: |
I would like to display a pop up message in TSO ISPF whenever some critical steps gets completed in my job just like the way a display message pop up while submit & completion of the job. Is there any JCL utility to display message? In TSO/ISPF we can use SEND USER command to do it. Can this be incorporated within a job too? |
Something like this -
Code: |
//POPUP EXEC PGM=IKJEFT01, // PARM='SEND ''HELLO'' USER(&SYSUID)' //SYSTSPRT DD SYSOUT=* //SYSTSIN DD DUMMY |