How to find whether a Flat file is empty or not without
Reading a file in COBOL Program. (not using JCL)
Answer Posted / amarnadh reddy
Hi,
Use 3.4 option,to see the flat file. After it display the
file is empty.
or
When the file reading, file status code is 23.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the local-storage section?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are all the divisions of a COBOL program?
How do you get the data to code the BMS macro?
What are the pertinent COBOL
Difference between array and sub-script ?
How do define dynamic array in cobol.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What the difference is between continue and next sentence?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are declaratives and what are their uses in cobol?