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 |
Explain about Internal Sort
what is the difference between perform varying and perform
How can you trap abends in the JCL?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
What is the significance of addrspc parameter in exec statement?
How can a fb file convert to vb file using sort program?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
List some valid operation codes in JCL
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are three parameters you can specify on Job statement as well as on exec stmt ?
Explain the function of job statement in jcl?