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 do you know about sas and what we do? : sas-grid-administration
for report generation which one you used proc report or data_null_?
what has been your most common programming mistake? : Sas programming
What are the ways to do a “table lookup” in sas?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What are the differences between proc means and proc summary?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
How would you identify a macro variable? : sas-macro
Explain the difference between nodup and nodupkey options?
how are numeric and character missing values represented internally? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
how to read the variables in sas? : Sas-administrator
What is the use of divide function?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?