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 |
For what purpose steplib and joblib are used ?
which utility is used a dummy utility?
What do you understand by jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
what is the control cards?
explain concatinating datasets?
Definition of COND parameter in JCL
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
describe the exec statement,its meaning ,syntax and keywords?
Explain dd statement in jcl?
When will we need to specify Space parameter ?
How jcl is used for testing batch programs?