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 |
describe the job statement, its meaning,syntax and significant keywords?
What is the function of dd name parameter with a 2 part structure; audit.report?
What do you feel makes a good program?
wht do u mean by inrec and outrec ?
what r the types of job control statements?
What do you do if you do not want to keep all the space allocated to a dataset?
what is use of disp parameter in dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
How can i execute 5th step without executing first 4 steps?
What are the valid DSORG values ?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
what do you mean By spooling? Expand SPOOL?