The DBDELIMITER environment variable specifies the field delimiter used with the dbexport utility and with the LOAD and UNLOAD statements.
>>-setenv--DBDELIMITER--'delimiter'----------------------------><
The delimiter can be any single character, except those in the following list:
The vertical bar ( | = ASCII 124) is the default. To change the field delimiter to a plus ( + ) symbol, for example, you can set DBDELIMITER as follows:
setenv DBDELIMITER '+'Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]