Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What parameter of the job statement is used to limit the cpu time consumed by the job?

0 Answers  


which utility is used to update pds?

1 Answers   IBM,


how to edit a tape dataset ? asked in wipro

1 Answers   Wipro,


in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes

4 Answers  


As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?

2 Answers   IBM, RS Software,


Can you delete the GDG base without deleting GDG generations ?

7 Answers   Cap Gemini,


i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

2 Answers  


Can we give two user name in NOTIFY parameter in JOBCARD

1 Answers   Syntel,


Explain about File Tailoring

1 Answers  


what is the COND=EVEN ? Can anyone give me an example to explain the usage.

2 Answers  


how can we override data definitions in jcl. can any one give detailed example

3 Answers   TCS,


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


Categories