how would you resolve sb37 and SE37?

Answers were Sorted based on User's Feedback



how would you resolve sb37 and SE37?..

Answer / santhosh vayathuri

SB37 is the space abend we will get this abend when both
primary and secondary space is fill. we can increase the
primary and s3condary space for rectifying the abend.
sSE37 we will get this abend mostly for partitioned data
sets because of end of volume. we can rectify this abend
just zip the data set by just press the (z) in front of
this data set it will get compressed

Is This Answer Correct ?    12 Yes 1 No

how would you resolve sb37 and SE37?..

Answer / 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

More COBOL Interview Questions

Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?

4 Answers  


what is rediffine clause?in what situation it can use?give me real time example?

1 Answers   IBM,


1.What is the default print format in cobol?

5 Answers   HSBC,


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

0 Answers  


i want a program using by if, evaluate , string, unstring, perform, occurs?

1 Answers  






What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?

3 Answers  


In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?

3 Answers  


What are differences between COBOL and java ? why we are giving more preference to COBOL ?

3 Answers   TCS,


What R 2 of the common forms of the EVALUATE STATEMENT ?

1 Answers   Cap Gemini,


subscript and index r not coded in u r application program what will happen?

2 Answers  


wht is load module and object module ?

2 Answers   DELL, TCS,


Categories