I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??
Answer Posted / ss
In job card type restart=step17 and comment after 17th step
| Is This Answer Correct ? | 12 Yes | 24 No |
Post New Answer View All Answers
What is catelog procedure and how many catelog procedure to use in one job?
What happens if both JOBLIB & STEPLIB is specified ?
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.
Which statement is used to identify the private libraries in job?
How does jcl act on code(if you take a cobol program)?
How to submit jcl through a cobol program?
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?
What are the utility programs in jcl?
What is the purpose of disp parameter?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is DD statement is used in JCL?
A dd statement consists of 4 fields. Name them?
In sms datasets, what is the function of the dd mgmtclas keyword?
Where & How Do You Code Identifier In Jcl?
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