Hi SAS community,
I am not sure if I am alone, or anyone else is having the same issue here: once msglevel is set to I, no matter which programming statement I run (even if no data set is created), I always see the following weird message in the log:
INFO: Character variables have defaulted to a length of 200 at the places given by: (Line):(Column). Truncation can result.
22:1 RC
I am using SAS Studio 3.5. This is really strange, because if no data set is created then how can there even be variables in the first place, let alone truncation?
Thanks
... View more