Answer Posted / suresh ramaiyan
Following are the space abends...
1. SD37 - no secondary allocation was specified.
2. SB37 - end of vol. and no further volumes specified.
3. SE37 - Max. of 16 extents already allocated.
Solutions....
1. provide the secondary allocation in the JCL.
2. Need to increase the values of space parameter or provide more than one volume
3. Increase the space parameter values.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a program to enter and display the names of students in a class using the occurs clause.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do we get current date from system with century in COBOL?
How do you reference the fixed block file formats from cobol programs
Write a program to explain size error.
how to refer the data field?
) How do u handle errors in BMS macro
How to know whether the module is dynamical or statistical?
how do you reference the variable unblock file formats from cobol programs
What is comp-1 and comp-2?
i want a program using by if, evaluate , string, unstring, perform, occurs?
IF I mention stop run in CICS what happens?
Difference between array and sub-script ?
What is the difference between binary search and sequential search?
Which Search verb is equivalent to PERFORM…VARYING?