How to skip first step of a job? Can we use COND on the
first step?

Answer Posted / challa srinivas

Use COND=(0,LE) in step 1. It will bypass step1.

Is This Answer Correct ?    3 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of the dd avgrec keyword in sms datasets?

843


What are the difference between jcl and jes?

1050


How do you overcome this limitation ?

699


Does jcl support automatic restart?

763


how you can access an uncataloged dataset in a JCL?

656






Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

722


how to run batch program without jcl?

10088


what is use of dsn parameter in dd statement?

673


how do you code a null statement?

780


How can a jobs execution priority be modified?

799


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.

1955


write a jcl to execute a job by 7:00 am on jan 20,1986?

700


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

750


How can a stopped job be started again?

715


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1735