Syntax Rules for Column Descriptions
<simple_column_spec> ::= <column_descriptor> | <column_assignment>
Use this syntax rule in a DATAUPDATE command to assign the data fields of the qualification columns in the data stream to the columns of the target table and to specify the external data types.
DATAUPDATE TABLE article
ano
01-08
CHAR
descr 09-39
CHAR
SET min_ord 40-41
INTEGER
SET del_date 42-49 CHAR
INFILE 'article.data' FORMATTED