Hi, Is there any SAS options or an easy way to read a file in proc import filename without accounting the case sensitivity. Eg: I need to import a file using proc import from a user who place it in a unix folder.. It is possible that user name it like myfile.xlsx / Myfile.xlsx / MyFile.xlsx etc.... I would need my code to handle it instead of giving an ERROR like "Physical file does not exist" I can always look for certain keywords in the file name and can pick it by writing detailed code, but wondering if there are any easy option that could just ignore the case of the filename?
... View more