without performing any operations on a file how can i know
whether it contains data or not
Answer Posted / sravani
through file status we can know this. read is not possible for empty files
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between Global and External Variables?
explain sorting techniques in cobol program?
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the variable block file formats from cobol programs
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are all the divisions of a COBOL program?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How are the next sentence and continue different from each other?
What is the compute verb? How is it used?
) what is the difference between AID and HANDLE AID?
how do you reference the variable unblock file formats from cobol programs
What the difference is between continue and next sentence?