Hello!
Which informat should i use to read the following value as numeric:
data best_wine_sa(promote=yes);
infile datalines delimiter=',' dsd;
input Date ???? type:best1.;
datalines;
"Sun, 22 Feb 2004",1
;
Thanks in advance,
Andreas
Please don't post the same question twice.
Your question has been answered in your other thread at https://communities.sas.com/t5/SAS-Programming/Date-Informat/td-p/768261/
All replies should go into that other thread. Thanks.
Please don't post the same question twice.
Your question has been answered in your other thread at https://communities.sas.com/t5/SAS-Programming/Date-Informat/td-p/768261/
All replies should go into that other thread. Thanks.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and 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.