I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / kamaldeep
The answer #5 by Challa Srinivas is wrong, if we give //STEP11 EXEC=PGM2,COND=(0,LE,STEP10) then it will only not run Step11 but will run all the step after it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the function of dd disp parameter?
What is the function of job statement in jcl?
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' ?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How does the jcl specify the job to os?
How can the attributes of one sms dataset be copied to another dataset?
What are the jcl procedures?
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.
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to run cobol program using jcl?
Is condition checking possible in jcl?
which utility is used to run a cobol-db2 program?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is the difference between JES3 and JES2?
What are hierarchy levels in jcl?