BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
PhatRam32
Calcite | Level 5

I pulled my data from an external source.. My date field I am using is in the Date9 format.  I keep receiving errors stating not compatible variable type and such.

My data step is as follows:

Data work.test;

set work.data_pull;

where Active_DT > 01JAN2013;

keep MemberID Active_DT;

run;

I have tried in my where statement : > '01JAN2013' d; and still receive errors.

I am sure I am making a silly mistake (new to sas) and can anyone tell me what I am doing wrong? Greatly appreciate it =).

1 ACCEPTED SOLUTION

Accepted Solutions
PhatRam32
Calcite | Level 5

Nevermind.. I had a space between 2013' and d.. It works now.

View solution in original post

1 REPLY 1
PhatRam32
Calcite | Level 5

Nevermind.. I had a space between 2013' and d.. It works now.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 963 views
  • 0 likes
  • 1 in conversation