What is the error code SOC01 indicate ?
Answer Posted / l c sharma
sorry i meant if SYSIN not defined in JCL and used in
program, SOC1 abend will occur.
| Is This Answer Correct ? | 5 Yes | 4 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?
How to override loadlib?
what is DD statement is used in JCL?
Explain how can an in-stream dataset be terminated?
What are the parameters that are used in creating a gdg?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what is use of disp parameter in dd statement?
What parameter directs the output of the job log dataset?
In sms datasets, what is the function of the dd avgrec keyword?
What is the maximum length of a single line of jcl?
Explain the purpose of dd dummy statement?
Mention the types of job control statements?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is the purpose of coding class parameter in job statement?