DataStage 9.1 Parametric table name based in input file -


i have develop 9.1 datastage etl process in same logic applied different input files, output table...

based on read input file filea, fileb, filec, have perform job on respective tables i.e. tablea, tableb, tablec

how can achieve requirements?

thanks

use job parameters placeholders both input file name , output table name. pass filex , tablex values said parameters @ runtime.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -