Hi, all
Suppose i have 10 step in a job (s1,s2,s3,...s10)
i want to execute step9 first and then step3
and i used the DPRTY for these steps. so what will happen
to other steps? Will the get executed or only these two
steps get executed?
Answer Posted / priya
for ten steps we give prt num to each step depending on our
requirement.after executing step 9 and step3 remaining
depending to the prty num they execute
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List the different jcl statements that are not permitted in the procedures?
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 can the disposition of sysout datasets be set for an entire jobstream?
Give the syntax of job specifying jcl statement.
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Are there any set of rules for the names of the steps used in a job? What are they?
What is use of restart and how to use it?
what is the purpose of coding notify parameter in job statement?
what is a jcl?
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 the function of job statement in 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?
what is use of space parameter in dd statement?
What is the function of the dd mgmtclas keyword in sms datasets?