Hi, I've made an error when I copied my code from SAS to the forum. Change the dimensions of array transa{6,1} _temporary_; to array transa{1,6} _temporary_; and change put test=; to put test[1,1]=; *Edited second fix *Edit - Updated my original post code segment. It should work as is now.
... View more