In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps
only,can any one answer me please?
Answers were Sorted based on User's Feedback
Answer / muthu
Hi All,
For this question we have to consider the following
scenario.
Step 1 - it has to be executed at any cost
Step 2 - it has to be executed at any cost
Step 3 - it should not be executed if the 1st and 2nd steps
executed successfully.
Step 4 - it should not be executed if the 1st and 2nd steps
executed successfully.
Step 5 - it has to be executed at any cost
Step 1 - No need to code any cond codes
Step 2 - COND = (0, NE) (This execs if step1s rc is 0)
Step 3 - COND = (0, EQ) (This step get skip if step 2's rc
is 0)
Step 4 - COND = (0, EQ,step2) (This step get skip if step
2's rc is 0)
Step 5 - COND = (0, NE,step2) (This step execs if step2's
rc is 0).
This is my assumption correct me if am wrong.
| Is This Answer Correct ? | 23 Yes | 1 No |
Answer / mahesh
//mat021ex job notify=&sysuid,class=a,msgclass=a,
cond=(step2,00,eq)
//step1 exec
//step2 exec condition satisfied remaining steps areskipped
//step3 exec
//step4 exec
//step5 exec cond=even
| Is This Answer Correct ? | 3 Yes | 2 No |
Which COND paramter will u use to execute the step only if the previous step does not execute
What is the difference between BLKSIZE and LRECL?
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
how many types of sorts are there in jcl?
wht do u mean by notify parameter, how can u give acess to multiple users ?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
What is NOTCAT ?
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
mainframe questions like basic&depth
Which storage devices are grouped under DASD and SYSDA ?
when GDG version number get changed ? bcz always Generations only increasing.