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.
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 ;;;;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!