How will you solve SE37, SB37 and SD37 abends (Insufficient disk space abends)?

Questions by Nishapriyanka

Showing Answers 1 - 15 of 15 Answers

Muttaiah

  • Oct 12th, 2012
 

Im working in a support project..I used to encounter SB37 & SE37..

SB37: When ever you get this abend. Try to increase the primary and secondary space as per the number of records in input file.. One more condition is Secondary space value should be 20% of primary qty..EX: Space=(cyl,(100,20)), If you till get SB37.. Try to change the Unit Parm so that when the system couldnt able to create extent on a volume it will skip to next volume.

SE37: This is bcoz of Volume out of space.. We have to involve corresponding team that takes care of volume spaces..ask them to add more space for volume.

SD37: Primary is full...but secondary not specified...Mostly we wont get this abend. bcoz we will specify pri and sec without fail when creating a DS...

  Was this answer useful?  Yes

PAVAN

  • Jan 13th, 2014
 

what is unit parm

  Was this answer useful?  Yes

pradeep

  • Dec 2nd, 2014
 

Unit is keyword parameter used in DD statement.It is an storage unit where the data has reside either in DASD or SYSDA.UNIT=SYSDA,SYSDS,DASD

  Was this answer useful?  Yes

pradeep

  • Dec 2nd, 2014
 

PARM parameter is a positional in EXEC statement. where it is used to the pass the values or data to COBOL thru JCL.Max of 100 characters and for the storage it takes extra 4 bytes.Totally 104 bytes.Please correct me if m wrong.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions