• Previous Page
  • |
  • Next Page
Reserved Words
Previous Page | Next Page

The COMPUTAB Procedure

  • Overview
  • Getting Started Getting Started
    Producing a Simple Report Using PROC COMPUTAB Defining Report Layout Adding Computed Rows and Columns Enhancing the Report
  • Syntax Procedure Syntax
    Functional Summary PROC COMPUTAB Statement COLUMNS Statement ROWS Statement CELL Statement INIT Statement Programming Statements BY Statement SUMBY Statement NOTRANS Option
  • Details Procedure Details
    Program Flow Example Order of Calculations Column Selection Controlling Execution within Row and Column Blocks Program Flow Direct Access to Table Cells Reserved Words Missing Values OUT= Data Set
  • Examples Procedure Examples
    Using Programming Statements Enhancing a Report Comparison of Actual and Budget Consolidations Creating an Output Data Set A What-If Market Analysis Cash Flows
 
Reserved Words

Certain words are reserved for special use by the COMPUTAB procedure, and using these words as variable names can lead to syntax errors or warnings. They are:

  • COLUMN

  • COLUMNS

  • COL

  • COLS

  • _COL_

  • ROW

  • ROWS

  • _ROW_

  • INIT

  • _N_

  • TABLE

Previous Page | Next Page | Top of Page
Copyright © SAS Institute Inc. All rights reserved.
  • Previous Page
  • |
  • Next Page
  • |
  • Top of Page