how to resolve sb37,sd37 se37 abends
Answers were Sorted based on User's Feedback
Answer / swathiiii
There abends occur due to Space problem.
So by allocating more space these can be resolved.
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / ashok kumar
sb37 is mainly accursed for low primary memory so we have to
increasing our pry memory
se37 is mainly accursed for low secondary memory . so we
have to increasing our secondary memory
sd37 is mainly occurred for secondary and also primary
memory is low we have to increasing our memory
| Is This Answer Correct ? | 11 Yes | 6 No |
Answer / 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 |
What is primary allocation for a dataset?
What is meant by S0C7 system abend code?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
what is instream data
What is the function of the dd avgrec keyword in sms datasets?
What are the difference between jcl and jes?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How can a jobs execution priority be modified?
how you will define a temporary dataset in jcl?
what is the control cards?
What is the function of //jcllib statement?