annotation flag: Clicking on the links within sections marked by ¿? will display additional information in the Annotation Window on the right of the screen. Annotated sections of a document typically include blocks of code, output displays, and table contents.
char(length): Sybase DBMS fixed length character string. Used for all LeasePak string columns, except the info_s columns in the Notebook tables.
length denotes the maximum number of characters the string can contain.
datetime: Sybase DBMS date and time. Contains century, year, month, day, hour, minute, second, and second fraction (accurate to 1/300 second) information. If a column has a datetime datatype and the column name begins with 'd_', LeasePak uses only the date portion (century, year, month, day); it does not use time portion (hour, minute, second, second fraction). If a column has a datetime datatype and the column name begins with 'dt_', LeasePak uses both the date and time portions.
double precision: Sybase DBMS floating-point number. Used to store percentages, rates, and dollar amounts.