SUPPORT / SAMPLES & SAS NOTES
 

Support

Sample 24577: Check for the existence of a file

DetailsCodeOutputDownloadsAboutRate It

The sample code on the Full Code tab illustrates how to check for the existence of a file before trying to use it in a SAS program. If the file does not exist, write a message to the SAS Log. If it does exist, read it into a SAS data set.

Note:  Run the program 'as is' first to see the note written to the SAS log. Then copy the data from the DOWNLOADS tab to a text file on your machine. Edit the INFILE statement to point to the file and resubmit to see the results generated when the file does exist.




These sample files and code examples are provided by SAS Institute Inc. "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. Recipients acknowledge and agree that SAS Institute shall not be liable for any damages whatsoever arising out of their use of this material. In addition, SAS Institute will provide no support for the materials contained herein.