what sort card you will use to copy the data from one dataset to another dataset?
No Answer is Posted For this Question
Be the First to Post Answer
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
How to search strings in multiple dataset with conditions 'string1 & string2'?
How to find the number of duplicates in a file using Sort?
What is the use of IEBGENER ?
What are steplib and joblib?
A job has 90 steps i want to execute only step7 and step15
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
How do you submit JCL via a Cobol program?
What all are the changes to be made in JCL so as to do testing?
Is condition checking possible in jcl?
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 ?