In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
Answer Posted / mouparna roy
COND=EVEN
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does the jcl specify the job to os?
What do you know about jcl?
Explain the function of //cntl statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Give the syntax of job specifying jcl statement.
How do you overcome this limitation ?
What is the purpose of dd?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
//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 are the jcl procedures?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
how JCL works?
What is Cataloged Procedures?
Explain the function of job statement in jcl?