how to resolve sb37,sd37 se37 abends
Answer Posted / karthikeyan
This is rarely the solution. Space abends may happen due to
looping and lot of spool space also may be consumed. We
need to check the logic of the source code for any possible
looping. If the exec is involving any tools like SORT or
4GL languages, increasing the space will help.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Why block size is multiple of lrecl in jcl?
What is the purpose of dd * statement in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
What are the 2 types of parameters in dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain the function of the dd dcb keyword?
How does jcl act on a cobol code?
How to alter the parameters for the existing gdg?
What is the significance of addrspc parameter in the exec statement?
What is timing concept in mainframe?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Is it possible to left uncode disp? If yes, how?
Explain how can return codes be tested before execution of a job step?
Suppose I have five jobs to do. But I want to hold one?
what is DSN in JCL and what are the parameters to declare the DSN?