Answer Posted / eswar
COND parameter in JCL to control the flow of execution steps.
It is very important parameter in JCL.COND can be coded at job level and step level,but always JOB level -COND will override the STEP level-COND.For example in JOB there are 10 steps,if i want to execute step4 only reaming steps are not executed then should mentioned RESTART parameter at JOB level.
i.e.,RESTART=STEP4 at JOB LEVEL and give JCL end (//)after step4,Then the control directly goes to at that particular step and execute that step only.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How does the jcl specify the job to os?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what operation is performed by job statement?
For what purpose steplib and joblib are used ?
how can you check if a file is empty using jcl?
Explain the purpose of dd dummy statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How is a type of file defined in the jcl that executes the cobol program?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain about LMFREE�free data set from its association with data ID
what sort card you will use to copy the data from one dataset to another dataset?
What is the function of dd disp parameter?
List the different jcl statements that are not permitted in the procedures?