Entering content frame

 set_column_spec 

Syntax Rules for Column Descriptions

Syntax

<set_column_spec> ::= SET <load_column_spec>

Use

Use this syntax rule in a DATAUPDATE command to define the columns of the target table that you want to update with this command.

DATAUPDATE TABLE customer
KEY  cno  01-04
SET  city 05-16
INSTREAM 'customer.data' FORMATTED

 

Leaving content frame