How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
Answer Posted / azad
using proc transpose;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
How do you control the number of observations and/or variables read or written?
what is study design in while working with SAS? what are screening variables in SAS?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what is sas database server? : Sas-di
what are validation tools that are used in sas? : Sas-administrator
What is the maximum length of the macro variable?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
What is proc sort?
What is Linear Regression?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
what is the effect of the options statement errors=1? : Sas programming
What is the purpose of trailing @ and @@? How do you use them?
Did you used proc test? when?