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


Please Help Members By Posting Answers For Below Questions

How does jcl act on code(if you take a cobol program)?

692


how can you check if a file is empty using jcl?

794


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

906


Where can program checkpoints be stored for use in a restart?

832


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?

1603






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

590


Explain dfsort utility?

648


A dd statement consists of 4 fields. Name them?

902


if the submitter of a job wants to inform another user about the job completion, how can it be done?

737


In job processing, what happens in execution stage?

691


When space is allocated for an output dataset, what units can be used?

729


in ways data can be passed to a COBOL program from JCL?

653


which parameter is used to check the syntax of a jcl without executing it?

782


What are the utility programs in jcl?

632


What do you understand by the term job time – out and how can you overcome that?

585