how to resolve sb37,sd37 se37 abends
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to left uncode disp?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what is use of dcb parameter in dd statement?
What is the difference between the positional and keyword parameters? Give examples.
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 automatic restart possible in jcl? If yes, how?
how would you create a temporary dataset? And where will you use them?
What are the utility programs in jcl?
how you can access an uncataloged dataset in a JCL?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is condition checking in jcl? Is this possible?
Explain the function of a dd statement?
what is use of dsn parameter in dd statement?
a dd statement has 2 types of parameters. Name them?