Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The COMPUTAB Procedure

Syntax

The following statements are used with the COMPUTAB procedure:

PROC COMPUTAB options;
BY variables;
COLUMNS names / options;
ROWS names / options;
CELL names / FORMAT= format;
INIT anchor-name locator-name values locator-name values;
programming statements;
SUMBY variables;

The PROC COMPUTAB statement is the only required statement. The COLUMNS, ROWS, and CELL statements define the COMPUTAB table. The INIT statement initializes the COMPUTAB table values. Programming statements process COMPUTAB table values. The BY and SUMBY statements provide BY-group processing and consolidation (roll up) tables.


Functional Summary

PROC COMPUTAB Statement

COLUMNS Statement

ROWS Statement

CELL Statement

INIT Statement

Programming Statements

BY Statement

SUMBY Statement

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.