IF there 5 to 6 files in a JCL and there is some space
abends, how can we identify which file has space abend and
what can be done to get off that abend or rectify that abend.
Answer Posted / param
Simple..You can look at the spool (SDSF or JES) messages and
find the ddname of the file which abended.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
What rules are to be followed while using the corresponding options?
Write a cobol program making use of the redefine clause.
Difference between array and sub-script ?
what happens if parmparameter passes zero bytes to the program
Explain how to differentiate call by context by comparing it to other calls?
Define static linking and dynamic linking.
Which mode is used to operate the sequential file?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is a SSRANGE and NOSSRANGE?
Name some of the examples of COBOl 11?
What is the Purpose of Pointer in the string?
What is comp-1 and comp-2?
how do you reference the printer file formats from cobol programs
Write the code implementing the perform … varying.