set_column_spec 

Syntax

<set_column_spec> ::= SET <load_column_spec>

Use

This is a syntax rule for describing columns.

Use it in a DATAUPDATE command to define the columns of the target table that you want to update.

DATAUPDATE TABLE customer
KEY cno 01-04
SET place 05-16
INFILE 'customer.data' FORMATTED