I recently got a SAS book and SAS provided me with the training material.
SAS book has the following code:
data work.newsalesemps; length First_Name $ 12 Last_Name $ 18 Job_Title $ 25; infile "&path\newemps.csv" dlm=','; input First_Name $ Last_Name $ Job_Title $ Salary /*numeric*/; run;
However I didn't receive the newemps.csv file from SAS which is specified in the infile statement. Can someone please help me with the same.
Which book? If you find the book on the SAS Author's page most of the data sets are included there as well.
Sorry for the late reply.
The book is SAS Programming 1: Essentials.
Book code: E2795
20MAR15
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!