Answer Posted / guest
The JOB, EXEC and DD statement.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
Explain the purpose of dd dummy statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what are the types of abends that occur on job failure? And explain the possible causes of these
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain the job statement in jcl?
What is multithreading in jcl?
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?
When output dataset space is required, what quantity categories are used?
What is notcat 2 - gs?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How can a stopped job be started again?
how to do automated restart when a job abends?
Differentiate between the joblib and the steplib statements?