Syntax Rules for Column Descriptions
<column_descriptor> ::= <valCOLUMN_NAME> <field_pos> <format_spec>
valCOLUMN_NAME |
Column
name |
In a command to load application data, you can use this syntax rule to assign a data field of the data stream to a column of the target table. To do this, you specify the column name, the position, and the external data type of the data in the data stream.
DATALOAD TABLE article
ano 01-08
CHAR
descr 09-39
CHAR
stock 40-43
INTEGER
min_ord 44-45 INTEGER
ordered 46-49 INTEGER
delivery_date 50-57 CHAR
price 58-65
DECIMAL (2)
weight 66-69
REAL
INSTREAM 'article.data' FORMATTED