I am still having trouble with this and would appreciate additional help. The usage note https://support.sas.com/kb/68/936.html indicates "To circumvent the issue, either modify your SAS code to use a technique that does not involve the USER system option, ..." My reply: to the best of my understanding, I am not using any technique that involves the USER system option "... or define a libref to have a name that is other than USER." My reply: I have already tried this to no avail using: libname ABC "C:\Users\My.Name \OneDrive - USDA\Documents\ABC"; Reading other posts, I also tried options user=work; but I still get the error message: ods graphics on; ERROR: Unable to establish ODS Graphics context. Any advice on how to solve this? Thank you.
... View more