proc transpose data = ia.ctargets out = ia.ctargett; run; proc print data=ia.ctargett noobs; title 'Transposed ia.ctargets'; run;