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
What is the function of the steplib dd statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the use of symbol // in jcl?
//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 is the compile process of cobol program expalin with code
What is notcat 2 - gs?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to run cobol program using jcl?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Differentiate between the joblib and the steplib statements?
How do you overcome this limitation ?
How is the record format of an output dataset specified?
How can the attributes of one sms dataset be copied to another dataset?
How would you understand error(execution phase)?