Can you read multiple input files using one input file component ?(same DML)
Answers were Sorted based on User's Feedback
Answer / rohit
Use Read Multiple Files component. We can read multiple
file having same dml with this component.
Is This Answer Correct ? | 19 Yes | 2 No |
Try this by using LOOPING option in CONDUCT>IT
Is This Answer Correct ? | 3 Yes | 1 No |
If all the input files are in the same layout, you can also leverage the custom layout option in the INPUT FILE component. You can add as many files as you want and the component will treat the files as a Multifile.
Is This Answer Correct ? | 1 Yes | 0 No |
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
How you can run a component for certain conditions ?
How can you SORT an already partitioned (round-robin) data ? How to use in abinitio graph? 3. How internally partition by key decides which key to send in which partition ? How to use in abinitio graph? 4. What is PDL ? Give him a shell type parameter and ask him to convert it to PDL. How to use in abinitio graph? 5. As shell type parameters are not supported by EME, then how you can use shell type parameter (If you don't want to use PDL) without hampering lineage diagram ? How to use in abinitio graph? 6.How you can generate dml from a COBOL copy book ? How to use in abinitio graph? 7. How you can convert from ebcdic to packed decimal ? How to use in abinitio graph?
How we khow a database is connected in Abinitio?
Have you ever encountered an error called “depth not equal”?
How you can generate surrogate key? How to use in abinitio graph?
2 Answers IBM, TCL, Torry Harris,
Why creation of temporary files depends on the value of MAX CORE
What is de-partition in abinitio?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
name the air commands in ab initio?
Describe the effect of the "checkpoint" t-sql statement?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?