Suppose there r total 10 steps. Out of which i want to
execute only the 7th step. How can i do that....????
Answer Posted / vatsa
In the job card mention the restart step name as
//jobname JOB (1234),class=a,msgclass=x,restart=step7
// notify=&sysuid.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are hierarchy levels in jcl?
What is one line to pass PARM from JCL to COBOL?
Are there any set of rules for the names of the steps used in a job?
What is the function of //cntl statement?
What is the function of the steplib dd statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What do you understand by the term job time – out and how can you overcome that?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How does jcl act on a cobol code?
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
What is the maximum length of a single line of jcl?
how you can direct the data to spool using SYSOUT option?
What are some jcl statements that are not allowed in procedures?
How is the record format of an output dataset specified?