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 |
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
Can I send output of job to my remote device careerride123?
What does the keyword DCB mean and what are some of the keywords associated with it?
Explain the function of //jcllib statement?
How does jcl specify the job to the operating system?
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
How is a GDG base created?
Name the statement which can be used to send data to another mvs jes3 node?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
How can the submitting users racf authority be overridden in a job stream?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.