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 / shivakrishna
we can bypass by giving cond parameters in step from 6 if
we know the cond codes from previous steps.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
write a jcl to execute a job by 7:00 am on jan 20,1986?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain the function of dd name parameter with a 2 part structure; audit.report?
how JCL works?
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 sort card you will use to copy the data from one dataset to another dataset?
How does jcl act on a cobol code?
Brief description of inline procedure of jcl.
Explain how can a stopped job be started again?
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 are the types of abends that occur on job failure? And explain the possible causes of these
How can a stopped job be started again?
how you can direct the data to spool using SYSOUT option?
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 ?
What is catelog procedure and how many catelog procedure to use in one job?