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


Please Help Members By Posting Answers For Below Questions

What are the default statistics that proc means produce?

595


Enlist the syntax rules followed in sas statements.

602


Explain the main difference between the sas procedures and functions? : Sas-administrator

529


how will you locate the sas platform applications? : Sas-bi

571


What is maximum storage capability of SAS?

897






what is the purpose of _error_? : Sas programming

599


what are validation tools that are used in sas? : Sas-administrator

584


what is sas database server? : Sas-di

602


What are the five ways to do a table lookup in sas? : sas-grid-administration

580


How do you connect the desktop application to metadata server? : sas-grid-administration

572


Can you suggest us materials for sdtm mapping?

4026


what is sas metadata repository? : Sas-bi

586


Difference between informat and format?

631


In sas, what are the areas that you are most interested in? : sas-grid-administration

626


how would you determine the number of missing or nonmissing values in computations? : Sas programming

644