How can we execute only one step in a job
Answer Posted / prashanth
we can...it's possible
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Give the syntax of job specifying jcl statement.
Explain the function of the dd dcb keyword?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What happens if both JOBLIB & STEPLIB is specified ?
In sms datasets, what is the function of the dd mgmtclas keyword?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What are hierarchy levels in jcl?
what is the purpose of coding notify parameter in job statement?
Explain in DD statement what is the use of DCB parameter?
What is the purpose of the dd keylen parameter?
What is job control language?
What are the difference between jcl and jes?
How to do automated restart when a job abend?
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