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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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