how to import XTP files into SAS datasets?



how to import XTP files into SAS datasets?..

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

More SAS Interview Questions

what are the component of range? : Sas-bi

0 Answers  


what is change analysis in sas di ? : Sas-di

0 Answers  


How do you write a test plan?

1 Answers   Oracle,


How to merge the data using merge statement and proc format? Is the result is same ?

2 Answers  


Which is the best training Institute for SAS Business Intelligence course?

6 Answers  






How to read multiple excel sheets from a single excel file at once????

7 Answers   HCL, Verinon Technology Solutions,


what is the use of proc sql?

5 Answers   CitiGroup,


What is the function of output statement in a SAS Program?

0 Answers  


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

0 Answers   Accenture,


what are all the reports you generated in your recent project?

0 Answers   Accenture, Quintiles,


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

1 Answers   Pfizer,


Which is the best training institute for SAS in hyderabad.

112 Answers   Stansys Software Solutions,


Categories