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 XTP files into SAS datasets?

Answer Posted / prashanthi.a

libname xptfile xport "&libname\test.xpt";
libname sasfile2 "&libname\new\";

proc copy in=xptfile out=sasfile2 memtype=data;
run;
for example:
libname xptdmg xport 'C:\Documents and Settings\user2\My
Documents\pk_analysis\Work\02data_raw\dmg.xpt';

proc copy in=xptdmg out= rawdata memtype= data;
run;

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name few SAS functions?

1144


What is by-group processing?

1056


Tell me about % include and % eval? : sas-macro

1190


what is data integration? : Sas-di

1164


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

1123


Explain the purpose of retain statement.

1105


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

1117


How would you invoke a macro? : sas-macro

1186


name the scheduler for scheduling job and explain the scheduler? : Sas-di

1093


What are the prime responsibilities of data integration administrator? : Sas-di

1116


What is the basic structure of the SAS base program?

1400


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

2138


what is hierarchy flattening? : Sas-di

1133


What was the last computer book you purchased? Why?

2419


What is the basic syntax style in SAS?

1227