how would you resolve sb37 and SE37?

Answer Posted / suresh ramaiyan

Following are the space abends...
1. SD37 - no secondary allocation was specified.
2. SB37 - end of vol. and no further volumes specified.
3. SE37 - Max. of 16 extents already allocated.

Solutions....
1. provide the secondary allocation in the JCL.
2. Need to increase the values of space parameter or provide more than one volume
3. Increase the space parameter values.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6796


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

689


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1948


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

668


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

632






Why did you choose to work with ibm mainframe cobol programming?

625


How do define dynamic array in cobol.

664


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

701


What are different data types in cobol?

678


What the difference is between continue and next sentence?

651


how do you reference the ksds vsam file formats from cobol programs

647


What is inspect in cobol ?

791


how can i see junk values in dclgen or in hostvariable of comp ?

2534


What are the different open modes available in cobol?

713


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5355