Transpose Data in SAS

Posted on Feb 26, 2015 in Computer Science • Tagged with programming, SAS, data manipulation, transpose

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

You can use the transpose procedure to tranpose a fat/thin data to a thin/fat data in SAS. For example, suppose we have a data set …


Continue reading