i have 6 steps in my jcl program
after going to 5th step i want to execute 3rd step.....how can
i do it....by using(RESTART) can i do it or not?
Answer Posted / harsha
Use DPRTY parameter. With this parameter, we can change the
order of execution of each steps but we cannot skip the
execution.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In sms datasets, what is the function of the dd avgrec keyword?
Differentiate between the joblib and the steplib statements?
Explain how can the attributes of one sms dataset be copied to another dataset?
How to pass data to a program that is coded in an exec statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what is the use of JCL?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Can we use DISP=SHR in output file in JCL
How can values be passed from the job stream to an executable program?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
how can you check if a file is empty using jcl?
How dummy is used in jcl?
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.
Explain the job statement in jcl?
List the various advantages of using jcl language?