The question may looks duplicate. But i am not getting the answer which i am looking.
The problem is, in unix, one of the 4GL binary is fetching data from the table using cursor and writing the data in .txt file.
The table contains around 50 Million records.
The binary took lot of time and not completing. the .txt
file is also 0 byte.
I want to know the possibilities why the records are not written in the .txt
file.
Note: There is enough disk space available. Also, for 30 Million records, i can get the data in the .txt file as i expected.