Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The COMPUTAB Procedure

Functional Summary

COMPUTAB procedure statements and options are summarized in the following table:

Description Statement Option
Statements   
specify BY-group processingBY 
specify the format for printing a particular cellCELL 
define columns of the reportCOLUMNS 
initialize values in the COMPUTAB data tableINIT 
define rows of the reportROWS 
produce consolidation tablesSUMBY 
   
Data Set Options   
specify the input data setCOMPUTABDATA=
specify an output data setCOMPUTABOUT=
   
Input Options   
specify a value to use when testing for 0COMPUTABFUZZ=
initialize the data table to missingCOMPUTABINITMISS
prevent the transposition of the input data setCOMPUTABNOTRANS
   
Printing Control Options   
suppress printing of the listed columnsCOLUMNSNOPRINT
suppress all printed outputCOMPUTABNOPRINT
suppress printing of the listed rowsROWSNOPRINT
suppress columns with all 0 or missing valuesCOLUMNSNOZERO
suppress rows with all 0 or missing valuesROWSNOZERO
list option valuesCOMPUTABOPTIONS
overprint titles, values, overlining, and underlining associated with listed rowsROWSOVERPRINT
print only consolidation tablesCOMPUTABSUMONLY
   
Report Formatting Options   
specify number of decimal places to printCOMPUTABCDEC=
specify number of spaces between columnsCOMPUTABCSPACE=
specify column width for the reportCOMPUTABCWIDTH=
overlines the listed rows with double linesROWSDOL
underline the listed rows with double linesROWSDUL
specify a format for printing the cell valuesCELLFORMAT=
specify a format for printing column valuesCOLUMNSFORMAT=
specify a format for printing the row valuesROWSFORMAT=
left align the column headingsCOLUMNSLJC
left-justify character rows in each columnROWSLJC
specify indentation from the marginROWS+n
suppress printing of row titles on later pagesCOMPUTABNORTR
overlines the listed rows with a single lineROWSOL
starts a new page before printing the listed rowsROWS_PAGE_
specify number of spaces before row titlesCOMPUTABRTS=
print a blank rowROWSSKIP
underline the listed rows with a single lineROWSUL
specify text to print if column is 0 or missingCOLUMNSZERO=
specify text to print if row is 0 or missingROWSZERO=
   
Row and Column Type Options   
specify that columns contain character dataCOLUMNSCHAR
specify that rows contain character dataROWSCHAR
   
Options for Column Headings   
specify literal column headingsCOLUMNS`column heading'
use variable labels in column headingsCOLUMNS_LABEL_
specify a master title centered over columnsCOLUMNSMTITLE=
use column names in column headingsCOLUMNS_NAME_
   
Options for Row Titling   
use labels in row titlesROWS_LABEL_
use row names in row titlesROWS_NAME_
specify literal row titlesROWS`row title'
   

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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