Entering content frame

 outstream_spec 

Syntax Rules for Describing the Data Stream

Syntax

<outstream_spec> ::= OUTSTREAM <mediumtype_spec> '<valSTREAM_NAME>' [<stream_format_spec>] [<stream_extract>] [APPEND]

valSTREAM_NAME

Name and path of the medium, in a DATAEXTRACT command, also the name of the command file to be generated

APPEND

An existing medium is not overwritten. This means that data or generated load statements are added to the end of the medium.

This does not apply to TABLEEXTRACT commands. A TABLEEXTRACT command overwrites an existing medium.

Use

When unloading data, use this syntax rule to describe the data stream.

Leaving content frame