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
How does the jcl specify the job to os?
What is the function of //jcllib statement?
Is condition checking possible in jcl? If yes, how?
What is timing concept in mainframe?
How jcl work to handle various input output file operations?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Must tape dataset definitions include vol=ser specifications?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
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 parameter of the job statement is used to limit the cpu time consumed by the job?
whats the diff bw the evaluate also and and?
What statement can be used to send data to another mvs jes3 node?
How to pass data to a program that is coded in an exec statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?