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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 3185 views
  • 0 likes
  • 3 in conversation