How can we execute only one step in a job
Answer Posted / sravanthi
We cannot specify COND parameter for the first step in JCL.
So if there are many steps in JCL, we need to restart the
job from the required step. A null statement at the end of
this step can be given for running this step alone. If any
other step also need sto be run, then we can go for the COND
parameter instead of the null statement
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what is use of space parameter in dd statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what are the statements that are not valid to be included in an include statement?
what is “Cond= even” and “Cond=only”?
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 ?
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) ?
What is timing concept in mainframe?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are s0c1, s0c4, s0c5, s0c7 and socb?
What are the rules employed while naming the steps in a job?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Must tape dataset definitions include vol=ser specifications?
what is the purpose of coding class parameter in job statement?