Suppose there r 10 steps . Out fo which i want to execute
10th, 9th and 8th in reverse order without using IEBEDIT.
How can i do that..???
Answer Posted / nagesh
How about using Dprty parameter, this parameter will
assign priority to job steps , however I am not as to where
we need to code it (At job level or step level ), i guess
it should be used at step level ,,,,
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the function of the dd mgmtclas keyword in sms datasets?
How can unused space allocation be returned to the system when a dataset is closed?
Explain how can a stopped job be started again?
what is DD statement is used in JCL?
How gdg are concatenated?
How do you submit a job for execution?
What is the purpose of disp parameter?
how to do automated restart when a job abends?
Explain the hierarchy levels in jcl?
What is the significance of addrspc parameter in the exec statement?
how would you create a temporary dataset? And where will you use them?
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?
Explain the purpose of the dd keylen parameter?
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
How is the record format of an output dataset specified?