It is as simple as the title, but I can't quite get it.
File name and location:
http://www.unc.edu/~mfunk/dr/v1dot1/sample_data.sas7bdat
If this was not an online file, I would be looking to do the following:
data sample_data;
set 'http://www.unc.edu/~mfunk/dr/v1dot1/sample_data.sas77bdat';
run;
Any help appreciated - thanks
H L
Hi
You can use Proc HTTP to get the SAS Data Set and write it directly to the WORK Library. See sample code below.
Hi
You can use Proc HTTP to get the SAS Data Set and write it directly to the WORK Library. See sample code below.
Thank you that code worked. I got close but could quite get it right.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.