Statistical Analysis System (SAS) User Attributes

For information on the parameters in this dialog that are common to all readers, see:

For information on the parameters in this dialog that are common to all writers, see:

Supported Attribute Types

Name

Description

string(<width>)

String fields store fixed length strings. The width parameter controls the maximum number of characters that can be stored by the field. No padding is required for strings shorter than this width.

number(<width>,<decimals>)

Number fields store single and double precision floating point values. The width parameter is the total number of characters allocated to the field, including the decimal point. The decimals parameter controls the precision of the data and is the number of digits to the right of the decimal.

date

Date fields store date as character string with the format YYYYMMDD.

datetime

Datetime fields store datetime as character string with the format YYYYMMDDHHMMSS.

time

Time fields store time as character string with the format HHMMSS.