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
how to change the execute of macro
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What is program data vector (pdv)?
Can you execute a macro within a macro? Describe. : sas-macro
What is the difference between SAS functions and procedures?
What is the work of tranwrd function?
How to sort in descending order?
Briefly explain input and put function?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What do the PUT and INPUT functions do?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What sas features do you use to check errors and data validation?
What is the basic structure of a sas program?
Which command is used to save logs in the external file?
What are symget and symput? : sas-macro