IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN
EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
Answer Posted / shridhar
Use DPRTY
1-1
2-2
3-3
4-8
5-5
6-6
7-7
8-4
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
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
What are steplib and joblib? What for they are used?
what is use of dcb parameter in dd statement?
What is use of restart and how to use it?
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
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is job control language?
what is DD statement is used in JCL?
How to pass data to a program that is coded in an exec statement?
What is the difference between the positional and keyword parameters? Give examples.
What is the function of the dd dcb keyword?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the motivation behind coding class parameter in job statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?