BookmarkSubscribeRSS Feed
GreggB
Pyrite | Level 9
What informat do you use to read a date in this form:

6/30/2008 12:00:00 AM
3 REPLIES 3
Doc_Duke
Rhodochrosite | Level 12
Check out

http://www2.sas.com/proceedings/sugi30/255-30.pdf

anydtdtm. will probably read it.
data_null__
Jade | Level 19
While anydttm will probabaly work I would use a specific informat.

[pre]
data _null_;
input dt & mdyampm.;
put dt=mdyampm.;
cards;
6/30/2008 12:00:00 AM
;;;;
[/pre]
GreggB
Pyrite | Level 9
got it. thanks.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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