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 sas management console? : Sas-di
What are the default statistics for means procedure?
What is the difference between SAS functions and procedures?
What sas features do you use to check errors and data validation?
how to do user inputs and command line arguments in sas?
How to include or exclude specific variables in a data set?
Which command is used to perform sorting in sas program?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
how many display types available in sas bi dashboard? : Sas-bi
Difference between informat and format?
Are you involved in writing the inferential analysis plan? Tables specfications?
What is PROC in SAS?
what are validation tools that are used in sas? : Sas-administrator
How many ways to overcome a missing values???
Do you need to rearrange the order of the data for the report?