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 STEPLIB, JOBLIB? What is it used for?
What is a COND parameter in JCL?
what are the various stages of job processing?
what is the JCL statement consists of?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
How to execute 300 steps in a Job?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
What are hierarchy levels in jcl?
What is COND=ONLY ?