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 |
How do you download a flat file from Mainframe to your local PC using SAS?
How to write duplicate records into a separate dataset using sort?
Explain substr function?
Which command is used to perform sorting in sas program?
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
what do you mean by data staging area? : Sas-di
What do the put and input function do?
how will you location sas platform applications available from web browser? : Sas-bi
what is lifetest
Name types of category in which SAS Informats are placed?
What is the use of divide function?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?