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 / sanjay

filename foo pipe '"c:\program files\winzip\wzunzip.exe"
-o -c
c:\sample01584_1_data.zip
testfile.txt';

/* The zip file, sample01584_1_data.zip, is flat file
created */
/* from PROC Export and SASHELP.CLASS.
*/

data test;
/* Use FIRSTOBS= to skip the first 8 records related to
zip */
/* information, and the 9th record which contains a header
*/
/* record of variable names from SASHELP.CLASS.
*/
infile foo firstobs=10 truncover dsd;
input name :$9. sex :$1. age height weight;
run;

proc print;
run;

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the features of SAS?

1077


what are the component of range? : Sas-bi

1147


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

1065


explain what is data set in sas? : Sas-administrator

1036


Are you involved in writing the inferential analysis plan? Tables specfications?

2593


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

1076


How to specify variables to be processed by the freq procedure?

1117


Name any two sas spawners? : sas-grid-administration

1093


What are the default statistics for means procedure?

1298


Differences between where and if statement?

1154


what is the function of catx syntax? : Sas-administrator

1152


What do you understand by the term Normal Distribution?

1037


what is SAS OPTIMIZATION?

2351


What are types of transport files?

8085


What are the table names in oracle database...?

2796