What are SD37, SB37, SE37 abends?

Answers were Sorted based on User's Feedback



What are SD37, SB37, SE37 abends?..

Answer / guest

All indicate dataset out of space. SD37 - no secondary
allocation was specified. SB37 - end of vol. and no further
volumes specified. SE37 - Max. of 16 extents already allocated.

Is This Answer Correct ?    91 Yes 12 No

What are SD37, SB37, SE37 abends?..

Answer / sankar.t

SB37 An error occurred during end-of-volume processing of a
data set.
The system was unable to fulfill a request for more space.
1. A program loop caused too many records to be written to
the output data set.
2. Insufficient space was allocated to this data set in the
JCL.
3. There was no more room available to receive any more
output on the output volume, and another volume could not
be mounted.

SE37 An error occurred during output to a direct access or
magnetic tape data set.
1. The data set used all the space on the current volume.
2. There were not enough volumes allocated for the data
set.
3. For a PDS, either all 16 extents were used, or the
volume that it resided on was filled.
4. For a multi-volume sequential data set, the data set
already existed on a subsequent volume.

SD37 Insufficient disk space.

Is This Answer Correct ?    20 Yes 1 No

What are SD37, SB37, SE37 abends?..

Answer / 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

What are SD37, SB37, SE37 abends?..

Answer / 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 30 No

Post New Answer

More JCL Interview Questions

which parameter is used to check the syntax of a jcl without executing it?

0 Answers   IBM,


Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:

0 Answers   Keane India Ltd,


What is the syntax of JCL statement?

0 Answers  


How can an in-stream dataset be terminated?

0 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  






write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


what is the restart?hopw it is invoked?

1 Answers  


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

0 Answers   IBM,


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


i need some shortcuts and tso commands can any on ehelp me in these ?

1 Answers  


i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you

3 Answers   L&T, Wipro,


What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?

4 Answers  


Categories