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
Tell e how how dealt with..
What are the default statistics for means procedure?
What are the data types does SAS contain?
what is sas and what are the functions? : Sas-administrator
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
How do you test for missing values?
What do you know about sas and what we do? : sas-grid-administration
What are types of transport files?
What is the difference between one to one merge and match merge? Give an example.
How can you create a macro variable with in data step? : sas-macro
what is enterprise guide? What is the use of it? : Sas programming
what are the categories that sas informats are used to the place the data? : Sas-administrator
What is the difference between SAS functions and procedures?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
Which function is used to count the number of intervals between two sas dates?