i have 10 steps in my jcl.
-->if i want to execute my program from 5th step what i
have to do? don't give //* in ur previous steps
--> if i want to execute my program from 1to 5 steps only
what i have to do?
Answer Posted / lakshmisudha
if u want execute from step5 on words u can code in jobcard
like restart=step5 (or) use COND Parameter (or)Using IEBEDIT
utility u can execute particular steps what ever u want(like
randomly also u can execute )
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
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?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Can we call instream to catalog and catalog to instream?
What is the difference between run mode and addressing mode?
What dd statement is used to supply the name of a dataset?
Explain dfsort utility?
Name the statement which can be used to send data to another mvs jes3 node?
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.
In job processing, what happens in conversion stage?
Brief description of inline procedure of jcl.
what is DD statement is used in JCL?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is the use of JCL?