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


Please Help Members By Posting Answers For Below Questions

explain the use of % includes a statement in sas? : Sas-administrator

543


Give some examples where proc report’s defaults are same as proc print’s defaults?

637


Explain data step in SAS

627


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2290


What are the applications primarily used by business analyst? : Sas-bi

552






What are the 3 components in sas programming?

723


explain the key concept of sas? : Sas-administrator

556


do you need to know if there are any missing values? : Sas programming

544


How do you test for missing values?

1056


What does the trace option do?

662


Explain what is SAS informats?

621


How will you generate test data with no input data?

561


how does sas handle missing values in formats? : Sas programming

576


what has been your most common programming mistake? : Sas programming

563


what type of graphs we will create(for 2+years candidates)?

1900