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 / indrani

We can copy the PROC into personal library and edit the
proc and put a null card post 25th step. Then make the JCL
use your personal library as the proc and only 25th step
will run and the rest of all steps will be bypassed.

I would recommend this to be the best answer.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the utility programs in jcl?

636


What is the function of a dd statement?

698


What are s0c1, s0c4, s0c5, s0c7 and socb?

688


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

598


What parameters can be used to limit the number of records written to a sysout dataset?

733






Suppose I have five jobs to do. But I want to hold one?

643


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

912


Is their any limit for data sets?

692


Describe the various parameters utilized in the creation of a gdg?

669


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7581


what is the JCL statement consists of?

686


How is the record format of an output dataset specified?

729


how would you create a temporary dataset? And where will you use them?

753


Is there any command to check wether the ps file is in sorted order?

2416


What is the significance of addrspc parameter in the exec statement?

609