Answered step by step
Verified Expert Solution
Question
1 Approved Answer
LIBNAME glhanse2 /home/u63057024/myLib; filename beans url 'https://www4.stat.ncsu.edu/~online/ST307/Data/glhan se2_beans.xlsx'; PROC IMPORT datafile = beans dbms = xlsx replace out = glhanse2.beans; getnames = YES; guessingrows =
LIBNAME glhanse2 "/home/u63057024/myLib";
filename beans url 'https://www4.stat.ncsu.edu/~online/ST307/Data/glhan se2_beans.xlsx';
PROC IMPORT datafile = beans dbms = xlsx replace out = glhanse2.beans; getnames = YES; guessingrows = max; RUN;
I am running this code in sas but it give me an error 180-322 "statement is not valid or it is used out of proper order"
I am trying to download an excel file from a url.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started