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
explain the function of substr in sas? : Sas-administrator
Given an unsorted data set, how to read the last observation to a new data set?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What commands are used in the case of including or excluding any specific variables in the data set?
Describe crosslist option in tables statement?
How we can create SAS USER DEFINED CODE?
What are the features of SAS?
for report generation which one you used proc report or data_null_?
what is operational data and operational system? : Sas-di
What is slibref?
How are numeric and character missing values represented internally?
What is run-group processing?
What is the maximum and minimum length of macro variable
What is factor analysis?
What are the data types does SAS contain?