How can we execute only one step in a job
Answer Posted / sushanta
Use RESTART parameter and then use null for that step so
that no step gets executed after that.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What parameter of the job statement is used to limit the cpu time consumed by the job?
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.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain how can return codes be tested before execution of a job step?
How does jcl act on code(if you take a cobol program)?
A dd statement consists of 4 fields. Name them?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How can a jobs execution priority be modified?
Explain the function of the dd dcb keyword?
how you can direct the data to spool using SYSOUT option?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is DSN parameter and DISP parameter is used for?
how do you code a null statement?
Differentiate between the joblib and the steplib statements?