Hi!,
Can anyone suggest me how to get transpose of matrix/ array in SAS.
I want to map data in 5 columns and 2 rows...into 2 columns and 5 rows.
say the data is
a b c d e f
12 14 16 1 2 1
22 34 23 44 6 1
and I want to change it to ...
a b
12 22
14 34
16 23
1 44
2 1
6 1...
Hi!,
I am using the IMPORT procedure to put the excel file in sasuser.data
Now some of the columns in the file has character values (non-numneric) ...when I try to delete the "." entries in the columns containg the character values using the standard array method.. then it is giving...
Hi,
I wanted to write a SAS code for computing distance given the latitude and longitude of the places....( I got around 1000+ locations and I want to find the distance between each other).
I tried using the single dimension array but it seems to be generating erroneous values.
So resorted to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.