BookmarkSubscribeRSS Feed
tmtemples
Fluorite | Level 6

I'm using a date format:  FORMAT DATE MONYY5.

 

the data appears correctly in the dataset, but whenever I try to subset on that date, I receive an error:

36   PROC SGPLOT DATA = TOT_CLABSI  (WHERE=(DATE < "APR16"d ));
ERROR: Invalid date/time/datetime constant "APR16"d.

 

Please help me figure out what I'm doing wrong1

 

Thank you!

4 REPLIES 4
tmtemples
Fluorite | Level 6
Thank you! I though I needed to use the same format!
riyaaora275
Obsidian | Level 7

Can you explain why we cannot use MONYY5. informat?

Eg: where ( date = "JAN95"MONYY5.)

I am not able to understand why we cannot write this

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
  • 4 replies
  • 3216 views
  • 0 likes
  • 3 in conversation