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..???
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nagesh
How about using Dprty parameter, this parameter will
assign priority to job steps , however I am not as to where
we need to code it (At job level or step level ), i guess
it should be used at step level ,,,,
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / om prakash yadav
i don't know exaclty but it is possible trough PRTY
parameter.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sreerag p n
if you have 10 steps from that if you want to execte 10th
9th and 8th then first you specitfy cond parameter if you
specify a false cond in these 3 steps then that job will
execute(1 to 7 specify true cond) these 3 steps and after
specifying cond you give dprty.give first priority to 10th
and then 9th and 8th.
Sreerag.P.N
| Is This Answer Correct ? | 1 Yes | 4 No |
can anyone explain me about sort in jcl with inrec and outrec ?
Explain about SYSVAR
What are three major types of JCL statements? What are their functions?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
how can we override data definitions in jcl. can any one give detailed example
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
how to code instream data in procedure?
What you mean by skeleton JCl?
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
what is use of space parameter in dd statement?
When cursor is not closed what is the error?