How can we execute only one step in a job
Answer Posted / sushanta
Use RESTART parameter and then use null for that step so
that no step gets executed after that.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of disp parameter?
What is the difference between the positional and keyword parameters? Give examples.
Give the syntax of job specifying jcl statement.
Explain the function of //cntl statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
can any one plzzzzzz tell the jcl code for creating ps using idcams
which utility is used to run a cobol-db2 program?
In sms datasets, what is the function of the dd avgrec keyword?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
in ways data can be passed to a COBOL program from JCL?
what is the JCL statement consists of?
Explain how can return codes be tested before execution of a job step?
Explain the function of the steplib dd statement?
How do you overcome this limitation ?
how can you check if a file is empty using jcl?