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 |
if we give two job cards in a single what happens
Explain dd statement in jcl?
what happens in conversion stage in job processing?
What is the difference between BLKSIZE and LRECL?
Name what parameter directs the output of the job log dataset?
what will be the error code if duplicate key of VSAM file is found?
Can I send output of job to my remote device careerride123?
Can a PS file be read in reverse order?If so,how
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
which utility is used to sort a file in jcl?
when does a dataset go uncataloged?
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?