Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What do you know about sas and what we do? : sas-grid-administration

1047


for report generation which one you used proc report or data_null_?

7622


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

1027


What are the ways to do a “table lookup” in sas?

974


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

1012


What are the differences between proc means and proc summary?

1065


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

1010


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

1011


How would you identify a macro variable? : sas-macro

966


Explain the difference between nodup and nodupkey options?

958


how are numeric and character missing values represented internally? : Sas programming

1087


What’s the difference between var b1 – b3 and var b1 — b3?

1276


how to read the variables in sas? : Sas-administrator

961


What is the use of divide function?

1007


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)?

1625