output_column 

Syntax

<output_column> ::= <column_id_spec> | <lit_column_spec>

Use

This is a syntax rule for describing columns.

Use it in a command for unloading data to assign the columns in the source table to the data fields in the target table, and specify the external data types and conditions for unloading the data.

DATALOAD TABLE article
  foa         01-08 CHAR
  des         09-39 CHAR
  stock      40-43 INTEGER
  min_ord     44-45 INTEGER
  ordered     46-49 INTEGER
  del_date 50-57 CHAR
  price       58-65 DECIMAL (2)
  weight      66-69 REAL
INFILE 'article.data' FORMATTED