I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / bala
Give COND=(99,NE)for all the other steps following STEP5.
Its skips those steps.
Also, a Null (//) given after STEP5 does the same.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what are the various stages of job processing?
define cond parameter in jcl?
what is a jcl?
Can we call instream to catalog and catalog to instream?
What is use of restart and how to use it?
what is JCL?
How can the attributes of one sms dataset be copied to another dataset?
What are the 2 types of parameters in dd statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What are hierarchy levels in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
Is automatic restart possible in jcl? If yes, how?
Explain the function of dd disp parameter?