Chapter Contents |
Previous |
Next |
SAS Language Reference: Dictionary |
There are four categories of formats in SAS:
Category | Description | |
---|---|---|
CHARACTER | instructs SAS to write character data values from character variables. | |
DATE and TIME | instructs SAS to write data values from variables that represent dates, times, and datetimes. | |
NUMERIC | instructs SAS to write numeric data values from numeric variables. | |
USER-DEFINED | instructs SAS to write data values by using a format that is created with PROC FORMAT. |
The following table provides brief descriptions of the SAS formats. For more detailed descriptions, see the dictionary entry for each format.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.