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 do you debug and test your SAS programs?
List out some key concept of SAS
How to limit decimal places for variable using proc means?
Which command is used to save logs in the external file?
I need level 2 to 5 sas using companies in india
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Which command is used to perform sorting in sas program?
what is program data vector? : Sas-administrator
what is the use of proc contents and proc print in sas? : Sas-administrator
explain the function of substr in sas? : Sas-administrator
Explain what Proc glm does?
name several ways to achieve efficiency in your program? : Sas programming
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Mention sas system options to debug sas macros.
What is SAS?