An INFILE statement identifies an external file containing data that you want to read. It opens the file for input or, if the file is already open, makes it the current input file. This means that ...
I'm trying to validate a source and destination file for a program that I am writing. However, I don't have any experience validating that the file(s) have been ...