EXPORT Procedure

DELIMITER Statement

Specifies the delimiter to separate columns of data in the output file.
Default: Blank space
Interaction: The DELIMTER statement is valid only when DBMS=DLM.
Exporting to a Delimited External Data Source

Syntax

DELIMITER=char | 'nn'x;

Required Argument

char | 'nn'x
specifies the delimiter to use to separate values in the output file. You can specify the delimiter as a single character or as a hexadecimal value. For example, if you want columns of data to be separated by an ampersand, specify DELIMITER='&'.