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 / luclyl
proc transpose data=hyd out=mum (drop=_NAME_);
var a b c;
run;
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Did you used proc test? when?
To what type of programms have you used scratch macros?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What is slibref?
what is program data vector? : Sas-administrator
Approximately what date is represented by the SAS date value of 730?
what is hash files in sas and why we are using this one in sas?
What is SAS?
How to limit decimal places for the variable using proc means?
describe about metadata object? : Sas-di
what is sas metadata server? : Sas-di
Mention what is the difference between nodupkey and nodup options?
What is your favorite all time computer book? Why?
What are the parameters of scan function?