How can we execute only one step in a job
Answer Posted / sathishkumar
Hi,
Use cond=(0,LE) in jobcard and also specify
Restart=Stepname,the step you want to execute.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are the jcl procedures?
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.
How to do automated restart when a job abend?
When space is allocated for an output dataset, what units can be used?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what JCL Procedures?
List the different jcl statements that are not permitted in the procedures?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How does the jcl specify the job to os?
What happens if both JOBLIB & STEPLIB is specified ?
What is the function of the steplib dd statement?
how you will the direct the data to spool using sysout option?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How do you access an uncatalogued dataset in a jcl?