How can we execute only one step in a job

Answer Posted / sravanthi

We cannot specify COND parameter for the first step in JCL.
So if there are many steps in JCL, we need to restart the
job from the required step. A null statement at the end of
this step can be given for running this step alone. If any
other step also need sto be run, then we can go for the COND
parameter instead of the null statement

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is DSN parameter and DISP parameter is used for?

850


what JCL Procedures?

921


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

2603


Can we use DISP=SHR in output file in JCL

1160


How can unused space allocation be returned to the system when a dataset is closed?

1077






What statement can be used to send data to another mvs jes3 node?

1230


what is use of space parameter in dd statement?

930


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?

1008


Is it possible to define dd statements as you want?

834


List the various advantages of using jcl language?

1101


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?

8044


can any one plzzzzzz tell the jcl code for creating ps using idcams

11013


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

2230


Explain how can values be passed from the job stream to an executable program?

808


how you will the direct the data to spool using sysout option?

2083