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
What is the difference between one to one merge and match merge? Give an example.
What areas of SAS are you most interested in?
Do you need to rearrange the order of the data for the report?
What is the difference between %local and %global? : sas-macro
Explain data step in SAS
Explain why double trailing @@ is used in input statement?
How many ways to overcome a missing values???
how does sas handle missing values in formats? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
what has been your most common programming mistake? : Sas programming
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
What is the difference between match merge and one to one merge?
what is data access? : Sas-di
what are the benefits of data integration? : Sas-di
describe the interaction table in sas di? : Sas-di