how to resolve sb37,sd37 se37 abends
Answer Posted / 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 |
Post New Answer View All Answers
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is the purpose of coding class parameter in job statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How to submit a jcl from cics?
How do you create a temporary dataset?
What is catelog procedure and how many catelog procedure to use in one job?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
which parameter is used to check the syntax of a jcl without executing it?
Are there any set of rules for the names of the steps used in a job? What are they?
what operation is performed by job statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How can an in-stream dataset be terminated?
List the different components of jcl statement?
Name a few IBM utility programs, and explain its function.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?