27Mar

AND & OR, a cautionary tale

The inspiration for this post is a situation where having the string “OR” or “AND” as an input to a piece of SAS Macro code breaking a program that I had written. Here is a simplified example of what I was doing: %macro test; %let doms=GE GT NE LT LE AND OR; %let lv_count=1; %do %while [...]

25Jun

Error: User does not have appropriate authorization level for library xxxx

In a world where write access to a folder or directory is controlled by permission settings at the operating system level, a ready answer for when you get the above message in your log when creating a SAS data set would be to check your access. However, if you are working in Windows and your access [...]

Private