if ~(("&sampdate"d<='16sep2006'd) and ("&PERFDATE"d>='16sep2006'd) and (DATE_CREDIT_LIMIT_CHG='16sep2006'd));
is this meaning
any one of the following:
1. ("&sampdate"d<='16sep2006'd)
2. ("&PERFDATE"d>='16sep2006'd)
3. (DATE_CREDIT_LIMIT_CHG='16sep2006'd)
is not true?
You are correct 🙂
The 'is not true' part is due to the Logical Not Operator (~) .
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!