there are 10 steps in jcl how to execute the steps from
step2 to step8 only
Answer Posted / chowdary
give restart from step 2 and give end statement after 8th
step
it might be possible by using cond parameter
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
can any one plzzzzzz tell the jcl code for creating ps using idcams
what JCL Procedures?
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
What is jcl in mainframe?
how you will the direct the data to spool using sysout option?
what operation is performed by job statement?
Explain how can return codes be tested before execution of a job step?
How dummy is used in jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
which parameter is used to check the syntax of a jcl without executing it?
Why include statement is used in a jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
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 ?
Is condition checking possible in jcl?
Are there any set of rules for the names of the steps used in a job?