proc plan; factors plot = 32; title 'CRD: Random permutation of 32 integers'; proc plan; factors block = 4 ordered plot = 8; title "RCB: 4 permutations of 8 integers"; run;