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 |
when GDG version number get changed ? bcz always Generations only increasing.
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
What 3 guidelines do we have to follow when concatenating DD statements?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what happens in execution stage in job processing?
what is static and dynamic call with examples?
What are the 4 fields in dd statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is the use of JCL?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
What does a disposition of (NEW,CATLG,KEEP) mean?