BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello,
is there a way to create the following format ?
i want to obtain the display of my date like that: 12 july 1998, put i want also that my variable, if possible stay numeric (no creation of a character variable)
to quote an example, i try this:

data world_cup_france;
format date_n date11.;
date_n=14072;
run;

and now, is there a way to create the format that i want by coding by a proc format ( changing the - into blank)
changing FEB into February and the equivalent for the others months

Thank you for yours answers and really sorry for all the irish people
2 REPLIES 2
Flip
Fluorite | Level 6
worddatx.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 2 replies
  • 686 views
  • 0 likes
  • 2 in conversation