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
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
when does a dataset go uncataloged?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Describe the various parameters utilized in the creation of a gdg?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Which statement is used to identify the private libraries in job?
what is DD statement is used in JCL?
Can I share my data with other jobs? How?
Name the statement which can be used to send data to another mvs jes3 node?
Explain how can return codes be tested before execution of a job step?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are the parameter we cannot use in procedure?
What is jcl in mainframe?
How can values be passed from the job stream to an executable program?
is there any way to execute more than one proc in the same exec statement at the same time..?