Chapter Contents |
Previous |
Next |
SAS/ACCESS Interface to SYSTEM 2000 Data Management Software: Reference |
SYSTEM 2000 Item Type and Picture | SAS Format and Informat |
---|---|
CHAR X(n) | $n |
TEXT X(n) | $CHARn. |
DATE | DATE7. |
INTEGER 9(n) | n. |
DECIMAL 9(n).9(d) | n+d+1.d |
MONEY 9(n).9(d) | n+d+1.d |
REAL | BEST12. |
DOUBLE | BEST12. |
UNDEFINED X(n) | $HEXn*2. |
If SYSTEM 2000 data fall outside valid SAS data ranges, you get an error message in the SAS LOG when you try to read the data. For example, a SYSTEM 2000 date may not fall in the valid SAS date range.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.