I get this error saying I am missing quotes but I don't see where. I also get this note to add white space. I am not sure where to add it. I am using SAS Enterprise Guide 7.1 64 bit The file still gets created with the correct date stamp. %LET TODAY = %SYSFUNC(TODAY(),DATE7.); proc printto log= "\\Testserver\Test\MyFile_&TODAY..txt"; NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release. Inserting white space between a quoted string and the succeeding identifier is recommended. ERROR 23-2: Invalid option name 24. ERROR 23-2: Invalid option name OCT2018.
... View more