How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
What is difference between force_error & force_abort? How to use in abinitio graph?
Name the different type of processing based on the steps that you know about?
How can you find the 2nd Highest salary in a file department wise in abinitio?
In MFS i developer developed 2-way, but supporters r supporting 4-way on same records how is possible?
What is the difference between dml expression and xfr expression?
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?
Can any body give me the clear explanation about how to separate header,trailer and body records in Ab Initio?
Difference between private project parameters ,public project parameters and common project parameters?
Describe the effect of the "checkpoint" t-sql statement?
Mention what information does a .dbc file extension provides to connect to the database?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.