Skip to Content
Carpenter's Complete Guide to the SAS REPORT Procedure
book

Carpenter's Complete Guide to the SAS REPORT Procedure

by Art Carpenter
February 2013
Intermediate to advanced
490 pages
14h 35m
English
SAS Institute
Content preview from Carpenter's Complete Guide to the SAS REPORT Procedure
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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Carpenter's Guide to Innovative SAS Techniques

Carpenter's Guide to Innovative SAS Techniques

Art Carpenter
SAS ODS Graphics Designer by Example

SAS ODS Graphics Designer by Example

Sanjay Matange, Jeanette Bottitta

Publisher Resources

ISBN: 9781599944272