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 |
in ways data can be passed to a COBOL program from JCL?
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,
define cond parameter in jcl?
Explain about Specifying compiler options in the PROCESS (CBL) statement
What is S322 abend ?
How to concatenate different LRECL of files?
when we use sysprint and sysout statements
What is the difference between run mode and addressing mode?
How many instream we can write in single jcl?
Is it possible to left uncode disp? If yes, how?
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?
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 ?