Syntax
<simple_column_spec> ::= <
column_descriptor> | <column_assignment>Use
This is a
syntax rule for describing columns.Use it in a
DATAUPDATE command to assign the data fields of the qualification column in the source file to the columns of the target table, and specify the external data types.DATAUPDATE TABLE article
foa 01-08 CHAR
des 09-39 CHAR
SET min_ord 40-41 INTEGER
SET delivery date 42-49 CHAR
INFILE 'article.data' FORMATTED