Entering content frame

 longfile_spec 

Syntax Rules for Describing the Data Stream

Syntax

<longfile_spec> ::= LONGFILE <valCOLUMN_ID> <longfile_code_spec>
| LONGFILE <valCOLUMN_NAME> <longfile_code_spec>
| LONGFILE <valCOLUMN_ID> <valFILE_NAME> [<longfile_code_spec>]
| LONGFILE <valCOLUMN_NAME> <valFILE_NAME> [<longfile_code_spec>]

valCOLUMN_ID

Column ID

valCOLUMN_NAME

Column name

valFILE_NAME

Name and path of data stream

Use

If you use one of the first two syntax rules, longfile_code_spec is a required specification. In all other cases, this specification is optional.

See also:

Loading LONG Values

Unloading LONG Values

Leaving content frame