What are SD37, SB37, SE37 abends?

Answer Posted / naveen

SB37 - max of 16 extend already allocated.
SD37 - no secondary space allocated.
SE37 - end of volume.

Is This Answer Correct ?    9 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

657


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?

826


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

721


Explain the jcl exec statement?

661


which utility is used to run a cobol-db2 program?

820






what is use of space parameter in dd statement?

763


What is the function of the dd dcb keyword?

838


What are s0c1, s0c4, s0c5, s0c7 and socb?

710


what is the purpose of coding notify parameter in job statement?

695


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

710


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

593


is there any way to execute more than one proc in the same exec statement at the same time..?

2118


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

727


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

1052


Can I send output of job to my remote device careerride123?

680