after submiting the jcl.how do you know that the job has
been completed.
Answer Posted / p.j.karthikeyan
NOTIFY=&SYSUID in the Job card will throw an RC(Return
Code) one the job is completed
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How can return codes be tested before execution of a job step?
How do you create a temporary dataset?
//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 /*
How to submit a jcl from cics?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
A dd statement consists of 4 fields. Name them?
What is the difference between the positional and keyword parameters? Give examples.
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the purpose of dd * statement in jcl?
Can we call instream to catalog and catalog to instream?
what is SOC4 error?
How dummy is used in jcl?
What is the function of dd disp parameter?
What is jcl in mainframe?
Is condition checking possible in jcl? If yes, how?