What is COND=ONLY ?
Answers were Sorted based on User's Feedback
Answer / guest
Means execute this step only if any of the previous steps,
terminated abnormally.
| Is This Answer Correct ? | 45 Yes | 2 No |
Answer / nanu
Means execute this stape when just previous(not any
previous) step will terminated abnormaly.
| Is This Answer Correct ? | 5 Yes | 8 No |
How does jcl act on code(if you take a cobol program)?
How can return codes be tested before execution of a job step?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is the use of disp parameter?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
What are three major types of JCL statements? What are their functions?
what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
What is the function of a dd statement?
List the various advantages of using jcl language?
wht r different types of sort fields in jcl ?
Can we use DISP=SHR in output file in JCL