there are 10 steps in jcl how to execute the steps from
step2 to step8 only

Answer Posted / sai

Hi,

CODE THE CONDITION PARAMETER COND=
(0,LE) IN THE STEPS THAT WE DONT WANT TO EXECUTE

Regards
Sai

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

1733


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5063


what happens in conversion stage in job processing?

730


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1588


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

704






Can we call instream to catalog and catalog to instream?

685


What does a disposition of (MOD,DELETE,DELETE) mean ?

668


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

2433


how do you code a null statement?

780


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2065


List the various advantages of using jcl language?

852


what is DSN in JCL and what are the parameters to declare the DSN?

721


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

757


Which dd parameters are required?

695


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.

1954