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 a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
List the various advantages of using jcl language?
What is notcat 2 - gs?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
What is the use of DSNDB07 ?
What are hierarchy levels in jcl?
What parameters can be used to limit the number of records written to a sysout dataset?
What is the function of dd disp parameter?
How much space OS allocates when you create a PS or PDS?
What dd statement is used to supply the name of a dataset?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)