Can we specify checkpoints without Phases?
Answer Posted / ravi kumar ss
we can't specify checkpoints without stages.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the difference between sandbox and EME?
explain checkin and checkout?
When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?
What are the different types of parallelism in ab initio?
what is the project environment(for each project the environment is same or different to different project)?
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
How would you find out whether a sql query is using the indices you expect?
What is the difference between look-up file and look-up, with a relevant example?
What is sandbox?
What is data encoding?
I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?
What is a rollup component?
What is publickey and private key?what is the use of this two keys?
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?
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