This command specifies to the program the destination (a table in an SQL or AS/400 database or a data file) of the transferred data.
General format
DATA_DEST = (
(SRC="Source name")
(PARAM1="Value of source-specific parameter 1")
(PARAM2="Value of source-specific parameter 2")
...
)
Parameters
Parameter name |
Type |
Mandatory |
Description |
SRC |
string |
Yes |
Data source name (alias): - SQL : table in an SQL database - Middleware : table in an SQL or AS/400 database via the Middleware - IXF : IXF (DB2) format file - Btrieve : BTrieve file - ASCII : delimited ASCII file (DB2 DEL or CSV) |
... |
? |
Yes |
Specific output parameters for the selected source. |