How to execute step2,step1, step3 if step1,2,3 are in order
Answer Posted / shivanadri naveen kumar
I dont know the currect answer but based on my knowledge and
experience i think it is posible by using the "DPRTY"
parameter in EXEC statement in each and every statement means
we set the DPRTY=3 for step 2,DPRTY=2 for step 1,DPRTY=1 for
step 3.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is use of space parameter in dd statement?
What is use of restart and how to use it?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is multithreading in jcl?
How does the jcl specify the job to os?
How dummy is used in jcl?
Explain the purpose of the dd keylen parameter?
For what purpose steplib and joblib are used ?
How would you understand error(execution phase)?
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 to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How jcl work to handle various input output file operations?
What is timing concept in mainframe?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?