Hi,
when I am reading empty file, it gives error status as 10...
But, i just wanted to know , How to check if file is empty in microFocus cobol without reading the file??
I need to display the message to user as "No record in CM file" in case file is empty without reading.
See my logic
open input CM-FILE
Read CM-FILE-REC


