How to import the Zip files into SAS? If it is possible in
SAS? If it is posible write the code...
Answer Posted / no no no noooo
PROC IMPORT OUT= WORK.ALL
DATAFILE= "C:\Users\1234Documents\SENTHIL\dmp3split.zip"
DBMS=CSV REPLACE;
GETNAMES=YES;
DATAROW=2;
RUN;
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
How to create a permanent sas data set?
What does PROC print, and PROC contents do?
What function CATX syntax does?
What is maximum number of rows and cols can be handled in SAS?
what is sas metadata server? : Sas-di
how sas deals with business intelligence? : Sas-bi
explain the proc in sas? : Sas-administrator
In SAS explain which statement does not perform automatic conversions in comparisons?
What is PROC in SAS?
Are you sensitive to code walk-throughs peer review or QC review?
What is the difference between SAS functions and procedures?
what are sas bi dashboard components? : Sas-bi
What is the difference between using drop = data set option in data statement and set statement?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
Can you explain the process of calendar?