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 a jcl?
Where can program checkpoints be stored for use in a restart?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What do you understand by the term notcat 2 – gs?
Explain the purpose of dd dummy statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What are the parameter we cannot use in procedure?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Where & How Do You Code Identifier In Jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the function of job statement in jcl?
What is timing concept in mainframe?
what is the use of IEBGENER utility?
Are there any set of rules for the names of the steps used in a job? What are they?