I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / veer
'to execute first 5 steps only', end of the 5th step
introduce NULL(//) character and run. first 5 steps will
run.
If you want to run step3, step5, step10 like that, use
IEBEDIT utility.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to submit jcl through a cobol program?
What happens if both JOBLIB & STEPLIB is specified ?
what is the use of JCL?
how can the same proc be re-used and called by many jobs?
what are the types of abends that occur on job failure? And explain the possible causes of these
Are there any set of rules for the names of the steps used in a job? What are they?
what is the resolution for sb37 error
what is the difference between JES3 and JES2?
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.
What is the format of comment statement?
List the different jcl statements that are not permitted in the procedures?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How gdg are concatenated?