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 / 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 |
Post New Answer View All Answers
Explain about ISPF/TSO Commands
Explain the function of job statement in jcl?
What are the utility programs in jcl?
How jcl is used for testing batch programs?
How does jcl act on a cobol code?
Is their any limit for data sets?
How can a stopped job be started again?
Explain the function of the steplib dd statement?
Name a few IBM utility programs, and explain its function.
How to override loadlib?
which utility is used to run a cobol-db2 program?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the purpose of dd * statement in jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to run cobol program using jcl?