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
Explain how can a jobs execution priority be modified?
what is SOC4 error?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is use of disp parameter in dd statement?
Explain the function of //jcllib statement?
Are there any set of rules for the names of the steps used in a job? What are they?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What does a disposition of (new,catlg,keep) for a dsn mean?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Is it possible to code instream data in a PROC?
How gdg are concatenated?
What are some jcl statements that are not allowed in procedures?
How do you overcome this limitation ?
List the different jcl statements that are not permitted in the procedures?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?