How to send notification to multiple users through jcl???
Answer Posted / jin
Just add a step to send message at end of JCL when your step
RC = 0
//STEP1 EXEC PGM=...
...
// IF STEP1.RC = 0 THEN
//STEPNAME EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DDNAME=SYSIN
SEND 'MESSAGE' U(USERID1,USERID2,USERID3) LOGON
// ENDIF
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job? What are they?
what is DSN parameter and DISP parameter is used for?
What do you understand by the term job time – out and how can you overcome that?
Explain the function of //cntl statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How do you create a temporary dataset?
what is the JCL statement consists of?
What is jcl in mainframe?
How can an in-stream dataset be terminated?
Where can program checkpoints be stored for use in a restart?
How can the submitting users racf authority be overridden in a job stream?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what is the compile process of cobol program expalin with code
write a jcl to execute a job by 7:00 am on jan 20,1986?
How do you submit a job for execution?