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    ;;;;

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1 reply
  • 342 views
  • 0 likes
  • 2 in conversation