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

What are all the divisions of a COBOL program?

663


What are various search techniques in cobol? Explain.

648


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

644


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

684


When is inspect verb is used in cobol?

674






What is link edit in cobol?

772


How many bytes S(8) comp field occupy and its maximum value?

1630


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

823


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

676


What are the different rules to perform a Search?

617


What is a SSRANGE and NOSSRANGE?

820


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2098


what happens if parmparameter passes zero bytes to the program

1667


What are the access modes of START statement?

719


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?

5377