EXPORT Procedure
DELIMITER Statement
Specifies the delimiter to separate columns of data
in the output file.
Syntax
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='&'.
Copyright © SAS Institute Inc. All rights reserved.