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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 2395 views
  • 0 likes
  • 3 in conversation