BookmarkSubscribeRSS Feed
SanS
Calcite | Level 5

I am attaching the raw data file in which 5th column has date and time values in this format. And also help me to read 6th column as well. kindly suggest me an answer.

Thank you in Advance.

1 REPLY 1
Tom
Super User Tom
Super User

34    data _null_;

35      informat x anydtdtm20.;

36      format x datetime20.;

37      infile cards dsd dlm='|' ;

38      input x;

39      put _infile_ / x;

40    cards;

7/6/2011 1:52:16 PM

06JUL2011:13:52:16

NOTE: DATA statement used (Total process time):

      real time           0.00 seconds

      cpu time            0.00 seconds

42    ;;;;

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
  • 1 reply
  • 651 views
  • 0 likes
  • 2 in conversation