What is the difference between sb37,se37,sd37 each?

Answers were Sorted based on User's Feedback



What is the difference between sb37,se37,sd37 each?..

Answer / girish kumar

B37 -- Disk volume out of space, cannot write output. The
system gave all the primary space and as much secondary
space as it could.
D37 -- Primary disk space was exceeded and either no
secondary space allocation was specified or it was
insufficient. One should increase the primary space as well
as provide adequate secondary allocation was specified or it
was insufficient. One should increase the primary space as
well as provide adequate secondary space allocation to
eliminate this error.
E37 -- There was insufficient space on the volume. One way
to solve this problem is to specify more volumes on the JCL.

Is This Answer Correct ?    14 Yes 1 No

What is the difference between sb37,se37,sd37 each?..

Answer / siri

SB37,SE37,SD37 ARE SPACE ABENDS............
SB37 :- END OF VOLUME
WE HAVE REQUEST 1600 TRACKS(INCLUDING PRIMARY AND SECONDARY).WHEN THE PROGRAM TRIES TO WRITE MORE THAN 1600 TRACKS THEN THE OPERATION ENDED WITH THE SB37.

SOL :- INCREASE THE SIZE OF PRIMARY AND SECONDARY REASONABLY..

SD37 :- SECONDARY SPACE IS NOT GIVEN....WE HAVE TO CODE ONLY
PRIMARY SPACE AND THAT IS ALREADY FILLED AND THEN PROGRAM WRITE TO MORE YOU WILL GET SPACE ABEND..

SOL:- INCLUDE THE SECONDARY SPACE IN THE SPACE PARAMETER OF THE DATASET HAS GIVEN PROBLEM..

SE37 :- END OF VOLUME
THIS IS SAME SB37..YOU WILL GET THIS ABEND USUALLY FOR A PARTITINED DATA SET...

Is This Answer Correct ?    9 Yes 0 No

What is the difference between sb37,se37,sd37 each?..

Answer / kiranreddy g v

You answered corrct, all are space abends only...About each
are

SB37 Caused by lack of sufficient Secondary space
SD37 Caused by lack of sufficient Primary space
SE37 Caused by lack of space for PDS (Partitioned data set)

Is This Answer Correct ?    16 Yes 11 No

What is the difference between sb37,se37,sd37 each?..

Answer / rajesh_m13

All of them are space abbends, but i dont know the exact of each

Is This Answer Correct ?    4 Yes 1 No

What is the difference between sb37,se37,sd37 each?..

Answer / anju b

SE37 -- Max of 16 extents already allocated

Is This Answer Correct ?    1 Yes 0 No

What is the difference between sb37,se37,sd37 each?..

Answer / vinay sonar

SB37-Memory allocation requirement is not fulfilled within
16 extends

SD37-Primary or secondary requirement is not fulfilled
within 5 extends

SE37-volume out of space

Is This Answer Correct ?    0 Yes 0 No

What is the difference between sb37,se37,sd37 each?..

Answer / siddharth

SB37-------------------PRIMARY SPACE NOT SUFFICIENT
SD32------------------ SECONDARY SPACE NOT SUFFICIENT
SE37------------------SPACE NOT SUFFICIENT FOR PDS

Is This Answer Correct ?    0 Yes 0 No

What is the difference between sb37,se37,sd37 each?..

Answer / reddy

Assume that Space(Cyl,(15,15),Rlse)

SB37 - If JES try to allocate 15 Cyl primary space if it
fails to allocate then it will throw B37 error.

SE37 - Once JES allocates 15 CYL of primary space start the
process of writing data then Primary is full then it will
allocate 15 extens of seconday. 15 extents of secondary is
not sufficient then it will throw that extents are full,E37
error.

SD37 - I am not sure about this but my assuption is D37
occurs because you ran out of your primary space allocation
and didn't specify a secondary amount

Is This Answer Correct ?    0 Yes 2 No

What is the difference between sb37,se37,sd37 each?..

Answer / venkataanjaneyulu.sudireddy

yes,no,yes

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More JCL Interview Questions

mainframe questions like basic&depth

0 Answers   TetraSoft,


what are JCLLIB and STEPLIB in JCL?

0 Answers  


I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.

2 Answers   Syntel,


How can the attributes of one sms dataset be copied to another dataset?

0 Answers  


What are some jcl statements that are not allowed in procedures?

0 Answers  






can any one plzzzzzz tell the jcl code for creating ps using idcams

2 Answers   Fiserv,


Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA

3 Answers   VC, Wipro,


how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?

2 Answers   Steria, TCS,


I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:

4 Answers   ITC Infotech, TCS,


How can i execute 5th step without executing first 4 steps?

4 Answers  


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

0 Answers  


How to pass the parameter in parm using linkage section ? (syntax)?

0 Answers   Infosys,


Categories