file_format_spec 
Syntax
<file_format_spec> ::= <
code_spec> <file_format_spec>
| <number_spec> <file_format_spec>
| <date_spec <file_format_spec>
| <time_spec <file_format_spec>
| <timestamp_spec <file_format_spec>
| <null_spec <file_format_spec>
| <bool_spec <file_format_spec>
| <int_spec> <file_format_spec>
| <separator_spec> <file_format_spec>
| <delimiter_spec> <file_format_spec>
| FORMATTED <file_format_spec>
| COMPRESSED <file_format_spec>
| BINARY <file_format_spec>
Use
This is a
syntax rule for describing data access.
Use it in a
command for loading or unloading data to specify the format of the data and the data files (data file formats).