
Chapter 10: Solving Other Common Report Problems 341
_c5_ = put(_c3_,6.2);
_c8_ = put(_c6_,6.2);
_c11_ = put(_c9_,6.2);
end;
else if subclass=6 then do;
* Mean (std);
* Value is a combination of MEAN and STD;
_c5_ = trim(put(_c4_,6.2))
||' ('
||trim(left(put(_c3_,5.2)))
||')';
_c8_ = trim(put(_c7_,6.2))
||' ('
||trim(left(put(_c6_,5.2)))
||')';
_c11_ = trim(put(_c10_,6.2))
||' ('
||trim(left(put(_c9_,5.2)))
||')';
end;
end;
endcomp;
compute after class;
line ' ';
endcomp;
run;
u The variables VAL1, VAL2, and VALUE are all nested under the value of REGGRP. This
arrangement forms nine columns with the internal names ...