saifnawaz
Programmer
- Apr 1, 2004
- 8
Hi,
The following is my scenerio:
I have 25 tables on db2
T_A11
T_A12
T_A13
T_A14
.....
.....
T_A125
<NOTE ALL TABLES HAVE SAME STRUCTURE>
I want to extract data from each table without importing all of them or creating multiple mappings.
Is it possible to keep the table name as a variable/get from parameter file during runtime and increment a variable "T_A1"+<the increment> thus reducing my source imports/mappings?
IF so how can i achieve this?
Thx
The following is my scenerio:
I have 25 tables on db2
T_A11
T_A12
T_A13
T_A14
.....
.....
T_A125
<NOTE ALL TABLES HAVE SAME STRUCTURE>
I want to extract data from each table without importing all of them or creating multiple mappings.
Is it possible to keep the table name as a variable/get from parameter file during runtime and increment a variable "T_A1"+<the increment> thus reducing my source imports/mappings?
IF so how can i achieve this?
Thx