I'm trying to libname with a data infile statement, to avoid storing everything in work.
I tried the following code, but it didn't work.
libname Swine 'C:\sally';run; Data Swineflu; Infile 'C:\sally\SwineFlu2009.dat' dsd dlm='09'x missover; input First_Case_ID Case_Continent_ID Country $ First_Case_Date April_Cases May_Cases June_Cases July_Cases August_Cases Last_Cases_August9 First_Death_ID Death_Continent_ID First_Death_Date May_Deaths June_Deaths July_Deaths August_Deaths September_Deaths October_Deaths November_Deaths December_Deaths ; proc print data=Swine.Swineflu; run;
Thank you!
did you miss the two
level name prefix in your data statement in the data step?
libname Swine 'C:\sally';run;
Data swine.Swineflu;
did you miss the two
level name prefix in your data statement in the data step?
libname Swine 'C:\sally';run;
Data swine.Swineflu;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.