IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN
EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
Answer Posted / muttaiah
@ Loga: If we use your option then we have to restart the
same job Twice to achieve this.
@ Pradip: Generally we won't be having that much time to
write a JCl with 2 steps and check the execution
If anyone can provide a simple solution that would be
better.
Sorry if you guys feel hurt but it's true!!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job? What are they?
Explain the purpose of dd dummy statement?
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 can the attributes of one sms dataset be copied to another dataset?
how can the same proc be re-used and called by many jobs?
What are the rules employed while naming the steps in a job?
Explain the function of the steplib dd statement?
What is the function of the dd mgmtclas keyword in sms datasets?
Explain how can a jobs execution priority be modified?
Explain about LMFREE�free data set from its association with data ID
A dd statement consists of 4 fields. Name them?
What is catelog procedure and how many catelog procedure to use in one job?
What is concatenating?
Explain how can return codes be tested before execution of a job step?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed