In my JCL 10 Steps Will Be there Now i want to execute
step05 And step06. How to Give the Cond?
Answers were Sorted based on User's Feedback
Answer / muttaiah
Give restart=step05 in job card & cond=(0,le) in step7
through step10.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / sujitha
specify RESTART=STEP5 in job card and after the step6
mention the null identifier(//).
| Is This Answer Correct ? | 4 Yes | 0 No |
How do you overcome this limitation ?
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
Can you give the sort card to arrange the specific column in the version of GDG.
What are the 2 types of parameters in dd statement?
How to send notification to multiple users through jcl???
Is it possible to left uncode disp? If yes, how?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?
Why include statement is used in a jcl?
How to find in aparticular step how many versions a paricular gdg base have?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?