suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / anji
In the JOBCARD, code COND parameter. Then, when the Job is
executed , only
the Step mentioned in the RESTART parameter will get
executed.
e.g., RESTART=STEP06,COND=(0,LE)
if want more details check it in cool mainframe tips
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How is a type of file defined in the jcl that executes the cobol program?
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
Explain how can values be passed from the job stream to an executable program?
Why include statement is used in a jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Is condition checking possible in jcl?
What is multithreading in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How does jcl act on code(if you take a cobol program)?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What are the parameter we cannot use in procedure?
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.
Explain about LMFREE�free data set from its association with data ID