-`FORMAT char(49)`: The SAS format associated with the column
-`IDXUSAGE char(9)`: The column index type
-`NOTNULL char(3)`: The NOT NULL status
-`PK_IND num`: A flag to say whether the column is part of the primary key (1=PK, 0=Not PK). A Primary key column is identified by being in a constraint (or index) that is both UNIQUE and NOT NULL.