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
Explain the purpose of retain statement.
What are the implications?
How we can create SAS USER DEFINED CODE?
How many ways to overcome a missing values???
what is data access? : Sas-di
In proc transpose and data step with arrays which one you pick?
Explain the use of proc print and proc contents?
what do you mean by data staging area? : Sas-di
What is the difference between one to one merge and match merge? Give an example.
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
How do you test for missing values?
Difference between informat and format?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is a macro routine?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?