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
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How can values be passed from the job stream to an executable program?
How does the jcl specify the job to os?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is the function of a dd statement?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Suppose I have five jobs to do. But I want to hold one?
Explain about LMQUERY�give a dialog information about a data set
which parameter is use to declare the name of dataset in dd statement?
What are some jcl statements that are not allowed in procedures?
What do you know about jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is use of restart and how to use it?