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.

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 1542 views
  • 0 likes
  • 3 in conversation