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
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Must tape dataset definitions include vol=ser specifications?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to alter the parameters for the existing gdg?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How does jcl specify the job to the operating system?
Which dd parameters are required?
Explain the function of the steplib dd statement?
Explain about LMFREE�free data set from its association with data ID
what are the statements that are not valid to be included in an include statement?
Is there any command to check wether the ps file is in sorted order?
How can return codes be tested before execution of a job step?
Brief description of inline procedure of jcl.
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?