proc iml; x = 1:12; /** 1 x 12 matrix **/ s = shape(x, 4, 3); /** reshape data into 4 x 3 matrix **/ print s;