Entering content frame

 stream_format_spec 

Syntax Rules for Describing the Data Stream

Syntax

<stream_format_spec> ::=
  <
code_spec> <stream_format_spec>
| <
number_spec> <stream_format_spec>
| <
date_spec> <stream_format_spec>
| <
time_spec> <stream_format_spec>
| <
timestamp_spec> <stream_format_spec>
| <
null_spec> <stream_format_spec>
| <
bool_spec> <stream_format_spec>
| <
int_spec> <stream_format_spec>
| <
separator_spec> <stream_format_spec>
| <
delimiter_spec> <stream_format_spec>
|
COMPRESSED <stream_format_spec>
|
FORMATTED <stream_format_spec>
|
FORMATTED BINARY <stream_format_spec>
|
PAGES <stream_format_spec>
|
RECORDS <stream_format_spec>

Use

Use this syntax rule within a load and unload command to define the data formats and the format of the data stream.

Leaving content frame