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 / anurag singh
At Job card level write Restart=step17(ddname) and put null
indicator (//) at the end of 17th step , so that while
executing the job will start form 17th step and after that
it will find the null indicator , so job execution will be
terminated.
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
What are the utility programs in jcl?
Explain about LMFREE�free data set from its association with data ID
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain in DD statement what is the use of DCB parameter?
How to override loadlib?
what is the purpose of coding class parameter in job statement?
what is DSN parameter and DISP parameter is used for?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
In job processing, what happens in conversion stage?
Does jcl support automatic restart?
Define concatenating?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is condition checking in jcl? Is this possible?