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
Name few SAS functions?
What is by-group processing?
Tell me about % include and % eval? : sas-macro
what is data integration? : Sas-di
do you need to know if there are any missing values? : Sas programming
Explain the purpose of retain statement.
How to specify variables to be processed by the freq procedure?
How would you invoke a macro? : sas-macro
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What are the prime responsibilities of data integration administrator? : Sas-di
What is the basic structure of the SAS base program?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
what is hierarchy flattening? : Sas-di
What was the last computer book you purchased? Why?
What is the basic syntax style in SAS?