What are SD37, SB37, SE37 abends?

Answer Posted / bala

SB37 --> No Secondary Space Defined.
SD37 --> End of vol. and no further
volumes specified.
SE37 --> Max. of 16 extents already allocated. In this case
Compress the concerning dataset and try to execute.

Thanks,
Bala.

Is This Answer Correct ?    17 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

669


Where can program checkpoints be stored for use in a restart?

862


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

1053


List in order the hierarchical levels of jcl?

679


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

679






What is the function of the steplib dd statement?

752


What are the parameters that are used in creating a gdg?

749


What is use of restart and how to use it?

783


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


What is timing concept in mainframe?

1675


Explain the function of a dd statement?

670


What is the function of job statement in jcl?

646


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2115


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

641


How do you create a temporary dataset?

676