How to read multiple files using a single datastage job if files have the same metadata?
Answer / Girjesh Kumar Gautam
To read multiple files with the same metadata using a single IBM DataStage job, you can use the 'Multiple Files' option in the 'File Input' stage and specify a wildcard pattern for the file names.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can find maximum salary by using Remove duplicate stage?
What is difference between 8.1 , 8.5 and 9.1 ?
1.What is the flow of Transformer? 2.How can you do INDEX table in DataStage level?
How do u view log file for a particular job?
source contains 2 columns comes to target 4 columns how
how to run jon in unix back round process what is command use in runing a job?
Input file one has data as shown below 1 2 3 4 5 6 7 8 Input file two has data like 6 7 8 9 10 11 Design a data stage job which will provide me three output files as shown below: Output 1 6 7 8 Output 2 1 2 3 4 5 Output 3 9 10 11 Let me know your answers
what is initial load and incremental load
Define repository tables in datastage?
when we have to go for a sequential file stage & for a dataset in datastage?
if 3 table having different columes. like first table having 4 columns , second table having 3 columns and third table having 2 columns then how to capture the data by using funnel stage in parallel jobs...srinu.thadi
17 Answers IBM, TCS,
In merge stage can we update the values?