What is the exact difference between PRTY and DPRTY

Answers were Sorted based on User's Feedback



What is the exact difference between PRTY and DPRTY..

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

What is the exact difference between PRTY and DPRTY..

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

Post New Answer

More JCL Interview Questions

in ways data can be passed to a COBOL program from JCL?

1 Answers  


If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,

3 Answers   IBM,


define cond parameter in jcl?

1 Answers   IBM,


Explain about Specifying compiler options in the PROCESS (CBL) statement

1 Answers  


What is S322 abend ?

5 Answers  


How to concatenate different LRECL of files?

2 Answers   IBM,


when we use sysprint and sysout statements

3 Answers  


What is the difference between run mode and addressing mode?

1 Answers  


How many instream we can write in single jcl?

1 Answers  


Is it possible to left uncode disp? If yes, how?

1 Answers  


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

1 Answers  


What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?

7 Answers   IBM,


Categories