Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?
Answer Posted / mahaveer
Step condition will overide the job condition
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are some jcl statements that are not allowed in procedures?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is multithreading in jcl?
What is the syntax of JCL statement?
What is the use of symbol // in jcl?
List the different jcl statements that are not permitted in the procedures?
What is the difference between run mode and addressing mode?
What is the function of the dd dcb keyword?
How to alter the parameters for the existing gdg?
What is the purpose of dd * statement in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Where can program checkpoints be stored for use in a restart?
//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 /*