What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

Answer Posted / brian

B37 - Runtime ABEND usually encountered when writing to a
file and running out of space allocated in the dataset
paramemters of the DD statement.

Is This Answer Correct ?    43 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the submitting users racf authority be overridden in a job stream?

765


how would you create a temporary dataset? And where will you use them?

776


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

593


what JCL Procedures?

709


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1967






i want to store 20 digits . how will u do it in cobol ?

868


What is the purpose of disp parameter?

653


what is use of space parameter in dd statement?

762


What is the use of symbol // in jcl?

937


Is automatic restart possible in jcl? If yes, how?

665


Name what parameter directs the output of the job log dataset?

569


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

663


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1047


Is automatic restart possible in jcl?

753


Suppose I have five jobs to do. But I want to hold one?

666