there are 10 steps in jcl how to execute the steps from
step2 to step8 only
Answer Posted / chowdary
give restart from step 2 and give end statement after 8th
step
it might be possible by using cond parameter
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How dummy is used in 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?
what is a jcl?
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?
what is use of dsn parameter in dd statement?
What parameter directs the output of the job log dataset?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How to submit a jcl from cics?
Is it possible to define dd statements as you want?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
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
a dd statement has 2 types of parameters. Name them?
in ways data can be passed to a COBOL program from JCL?