Answer Posted / jerin jose
SYSIN DD * CANNOT BE USED SO WE CANNOT CODE IT
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
when can a job time-out occur? How to overcome that?
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 happens in execution stage in job processing?
Explain the function of a dd statement?
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?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Can we use DISP=SHR in output file in JCL
what is DSN parameter and DISP parameter is used for?
Can I send output of job to my remote device careerride123?
What is the use of symbol // in jcl?
Explain how can the submitting users racf authority be overridden in a job stream?
what is “Cond= even” and “Cond=only”?
what is the purpose of coding class parameter in job statement?
How to run cobol program using jcl?