Suppose there r 10 steps . Out fo which i want to execute
10th, 9th and 8th in reverse order without using IEBEDIT.
How can i do that..???
Answer Posted / om prakash yadav
MR. Nagesh answer is coorect.
DPRTY PARAMETER:=
This parameter is used to change to assign
a dispatching priority to the job step.. Dispatching
priority is used by the statement to determine the order
inwhich tasks are to be executed.
DPRTY assign a priority to a JOB step.
syntex- DPRTY=(values1, value2).
values1 between 0-15 and specifies the priority of the
step.. value2- is also between 0-15.
DPRTY is computed as DPRTY=(value1*16)+value2.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
which utility is used to run a cobol-db2 program?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is the function of the dd mgmtclas keyword in sms datasets?
what is the JCL statement consists of?
what are JCLLIB and STEPLIB in JCL?
what are the types of abends that occur on job failure? And explain the possible causes of these
In sms datasets, what is the function of the dd avgrec keyword?
What happens if both JOBLIB & STEPLIB is specified ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Is condition checking possible in jcl?
Which dd parameters are required?
What is the motivation behind coding class parameter in job statement?
Explain how can a jobs execution priority be modified?
State the uses of syspring, sysin, sort fields, sum fields and dummy.