BookmarkSubscribeRSS Feed
HeatherNewton
Quartz | Level 8
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?

 

1 REPLY 1
PeterClemmensen
Tourmaline | Level 20

You are correct 🙂

 

The 'is not true' part is due to the Logical Not Operator (~) .

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 505 views
  • 0 likes
  • 2 in conversation