This might be a little challenging ...
1) I need to load a 4 x 3 (row x column) m-array in an array. --- Is this doable?
2) If the data are points on a plane, I need to calculate distance between any two point of the plane. For example:
A 1 2
B 3 4
C 5 6
D 7 8
I Need to calc distance between: A-B, A-C, A-D, B-C, B-D, C-D. Is there a good way to do it in SAS?
Thank you so much ...
1) I need to load a 4 x 3 (row x column) m-array in an array. --- Is this doable?
2) If the data are points on a plane, I need to calculate distance between any two point of the plane. For example:
A 1 2
B 3 4
C 5 6
D 7 8
I Need to calc distance between: A-B, A-C, A-D, B-C, B-D, C-D. Is there a good way to do it in SAS?
Thank you so much ...