Currently the Infotel tool is used for LOAD and UNLOAD.
Infotel is used to unload data from views with delimiters. Can this be done by the CA DB2 tools in place of the Infotel tool to unload data from views with delimiters.Release : 20.0
Use the CA DB2 Tools component Fast Unload/Fast load for this.
To unload data from views with delimiters.
With parms like this.
UNLOAD
SQL-ACCESS EXTENSION
SHRLEVEL IGNORE
OUTDDN SYSREC00
LOADDDN SYSPUNCH
OUTPUT-FORMAT COMMA-DELIMITED
COMMA X'11'
DECIMAL-POINT '.'
SELECT * FROM <VIEW NAME>;