What is the exact difference between PRTY and DPRTY
Answer Posted / krishna
PRTY to used to give the priority to the job, and should be
coded in the jobcard
DPRTY is used to to give the priority to the steps in the
job, and should be coded in the exec statement( step card)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
how to do automated restart when a job abends?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what are the types of abends that occur on job failure? And explain the possible causes of these
What happens if both JOBLIB & STEPLIB is specified ?
How can the disposition of sysout datasets be set for an entire jobstream?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What are hierarchy levels in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What do you understand by the terms: joblib and steplib?
Explain in DD statement what is the use of DCB parameter?
What do you know about jcl?