Hello Experts,
Greetings.
I have a doubt with the file status checking while writing into a sequential file. Is it not mandatory?
I was with the mindset that all the I/O operation's exceptions are to be handled and the program control has to flow accordingly.
But recently I was analyzing a lot of legacy applications where none of the write verbs' file status were checked. Initially I thought it might have been a miss, but since no where it was handled I think now that, there might be a chance that it was done intentionally.
Kindly will you confirm whether we get any positivity by doing so. I couldn't reach any of the application developers.
I apologize if you find this question as dumb.
Thanks a ton!