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 |
What is program data vector (pdv) and what are its functions?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
What are the functions which are used for character handling functions?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
how to delete the duplicate columns permanently in SQL
what are the sites did u refer for enquiries and doubts for SAS
what type of graphs we will create(for 2+years candidates)?
How would you define the end of a macro?
what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.
how to read raw data in sas. Do it manually and throw the programming.