We have 100 steps in a procedure and we need to run the jcl
and execute only 25th step in the proc and not the
remaining steps. How can we do it?
Answer Posted / varmak
@ Indrani
In case if we are anyways editing the proc, we can copy
only step25 into local jcl pds & execute... why copy
entire proc..?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
List the different components of jcl statement?
a dd statement has 2 types of parameters. Name them?
how can you check if a file is empty using jcl?
Explain the function of the steplib dd statement?
What is the format of comment statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Must tape dataset definitions include vol=ser specifications?
Explain the purpose of dd * statement in jcl?
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 you can access an uncataloged dataset in a JCL?
Is automatic restart possible in jcl?
What is the function of dd disp parameter?
how to compare two datasets without using superce because output is limited to 133 bytes
which utility is used a dummy utility?
What is the function of dd name parameter with a 2 part structure; audit.report?