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
How to read an input file in sas?
How to convert a numeric variable to a character variable?
how can you put a "trace" in your program? : Sas programming
What is data _null_?
Have you ever used the SAS Debugger?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
describe the interaction table in sas di? : Sas-di
how will you location sas platform applications available from web browser? : Sas-bi
Explain what is the use of proc gplot?
What does the RUN statement do?
What is the maximum length of the macro variable?
what are the scrubbing procedures in sas? : Sas programming
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Tell me about % include and % eval? : sas-macro
explain the difference between proc means and proc summary?