how to shift the rows to cols?
eg:
i have like
field1 field2 field3
10 20 20
this should be displayed as
field1 10
field2 20
field3 30
(without the obs col)
how do this?can i use transpose or tell me suitable way to
do this?
Answer Posted / guest
you can also use arrays to shift rows into columns.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the use of the %include statement?
In sas, what are the areas that you are most interested in? : sas-grid-administration
What does proc print, and proc contents are used for?
Explain by-group processing?
what are sas/access and sas/connect? : Sas programming
explain what is factor analysis? : Sas-administrator
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How we can create SAS USER DEFINED CODE?
what is enterprise guide? What is the use of it? : Sas programming
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
How to create an external dataset with sas code?
How many ways to overcome a missing values???
Explain the purpose of retain statement.
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What is the role of unrestrictive users? : sas-grid-administration