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 / manish_cics
through DPRTY w'll excute step 8 before step 4 ,if u
provide step 8 higher prty compared to the step 4,then it
is possible to execute step 8 first.
Guys if I am wrong plz correct me
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain the function of //jcllib statement?
how you will the direct the data to spool using sysout option?
How does jcl specify the job to the operating system?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
whats the diff bw the evaluate also and and?
How gdg are concatenated?
how you can access an uncataloged dataset in a JCL?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Why include statement is used in a jcl?
How to submit jcl through a cobol program?
i want to store 20 digits . how will u do it in cobol ?
What is the syntax of JCL statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How jcl work to handle various input output file operations?
What is the maximum length of a single line of jcl?