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
How to sort in descending order?
How sas treats the dsd delimiters?
Difference between nodup and nodupkey options?
explain the concepts and capabilities of business object? : Sas-bi
How to limit decimal places for the variable using proc means?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
what is proc Index? and what is proc document?
Explain the difference between informat and format with an example.
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is the maximum length of the macro variable?
How do you connect the desktop application to metadata server? : sas-grid-administration
What are the data types in sas?
Tell me more about the parameters in macro? : sas-macro
what is the basic structure sas administrator? : Sas-administrator