I have a trouble in converting a matrix into three columns by using SAS.
Here is a reference which use Excel to do that, you can see Convert matrix to 3-column table ('reverse pivot', 'unpivot', 'flatten', 'normalize')
I have been google and found http://support.sas.com/resources/papers/proceedings13/319-2013.pdf which doing reverse direction (<=).
But I never seen one who is doing (=>).
I do know that I can use some function to get all the rows/column names, by using SAS/SQL & SAS/IML to assign values to each pairwise cell.
However, I would like to look for any function which can help me to finish it more clear and easy to understand.
Note, SAS is the only language I am allowed to use... Sorry that I can't use Excel to do this...