This command specifies to the program the source (a table in an SQL or AS/400 database or a data file) of the data to be transferred.
General format
DATA_SRC = (
(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 input parameters for the selected source. |
Click below for more information on: