Entering content frame

Syntax documentation set_column_spec_mlt Locate the document in its SAP Library structure

Syntax Rules for Column Descriptions

Syntax

<set_column_spec_mlt> ::= <set_column_spec> <set_column_spec_mlt>

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.

Example

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

Leaving content frame