How to send notification to multiple users through jcl???
Answer Posted / nk
try smtp to send an email.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the purpose of dd dummy statement?
Which dd parameters are required?
What is the syntax of JCL statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
when can a job time-out occur? How to overcome that?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Is it possible to code instream data in a PROC?
how can the same proc be re-used and called by many jobs?
Name the statement which can be used to send data to another mvs jes3 node?
How is the record format of an output dataset specified?
which utility is used to run a cobol-db2 program?
How can an in-stream dataset be terminated?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What dd statement is used to supply the name of a dataset?