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 would you determine how far down on a page you have printed in order to print out footnotes?
what is the use of proc sql?
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?
If money were no object, what would you like to do?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Briefly describe 5 ways to do a "table lookup" in sas.
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
At compile time when a SAS data set is read, what items are created?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
Name statements that are execution only.
describe about metadata object? : Sas-di