Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?
Answer Posted / vinay sonar
If we code it both in step and job step will dominate over
job
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the purpose of disp parameter?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Does jcl support automatic restart?
how can the same proc be re-used and called by many jobs?
Why block size is multiple of lrecl in jcl?
What is the difference between run mode and addressing mode?
What is the function of a dd statement?
What is the difference between the positional and keyword parameters? Give examples.
Explain the jcl exec statement?
Must tape dataset definitions include vol=ser specifications?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How is a type of file defined in the jcl that executes the cobol program?
What do you understand by the term notcat 2 – gs?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?