If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / yogesh s p
//jobname job , ,con=(4093,gt,step49)
//step1 exec pgm=
//step2
.
.
.
.
.
.
.
//step50 exec pgm=.....,
it will execute 49 th step before executing 50 step it will
check the return code of 49th it will satisfies the
condition so it wont execute the step50 it will come out of
the sequence.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the difference between the positional and keyword parameters? Give examples.
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is job control language?
Can an individual step be restricted from using all the jobs allowed cpu time?
How do you create a temporary dataset?
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.
How to pass data to a program that is coded in an exec statement?
Can we use DISP=SHR in output file in JCL
What is the purpose of dd * statement in jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the jcl exec statement?
List the different jcl statements that are not permitted in the procedures?
What are some jcl statements that are not allowed in procedures?
What is Cataloged Procedures?