What is the exact difference between PRTY and DPRTY
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / reddy
PRTY is used in job chord,
DPRTY is used in step chord, to priotizie in the steps in
the job.
| Is This Answer Correct ? | 6 Yes | 0 No |
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
Are there any set of rules for the names of the steps used in a job?
Can we create VSAM file by using IEBGENER?
How to fetch even records from one file to another file by using ICETOOL in JCL?
How to delete generations of gdg without deleting gdg base?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
what is full form of AIX
How to change default PROCLIB?
How gdg are concatenated?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?