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

Differentiate input and infile.

596


Name and describe few sas character functions that are used for data cleaning in brief.

671


Explain translate function?

636


How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?

1586


How is character variable converted into numeric variable and vice versa?

600






Describe the ways in which you can create macro variables?

638


explain the proc in sas? : Sas-administrator

626


Do you know the features of sas?

598


Explain the purpose of retain statement.

606


what are _numeric_ and _character_ and what do they do? : Sas programming

678


Mention sas system options to debug sas macros.

663


Explain how merging helps to combine data sets.

618


how do you want missing values handled? : Sas programming

536


Hi, If anyone has base SAS certification dumps, please share.

1390


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

1664