How you can run a graph infinitely in ab initio?
Answer / Praveen Kuumar
In ABAP (Ab Initio's programming language), you can create an infinite loop using the LOOP...ENDLOOP statement or WHILE...ENDWHILE loop, which would allow a graph to continuously execute until interrupted. However, be mindful that such loops might consume significant system resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
Runtime behavior of Normalize and Reformat
Why might the optimizer use a table scan when an index is available?
How do we extract data from client machine?
Can any body give me the clear explanation about how to separate header,trailer and body records in Ab Initio?
What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
What is MAX CORE of a component?
What are the fundamental blocks of co> operating system of ab initio?
In abinitio, what types of parallelism are used?
How many components in your most complicated graph?
Give one reason when you need to consider multiple data processing?
Why creation of temporary files depends on the value of MAX CORE ? How to use in abinitio graph? 10. What is the diff between abinitiorc and .abinitiorc files ? How to use in abinitio graph? 11. What is the use of allocate()? How to use in abinitio graph? 12. What is use of branch in EME ? 13. How you can break a lock in EME ? How can you lock a file so that only no one other than EME admin can break it ? How to use in abinitio graph? 14. When you should be using ablocal() ? How you can use ablocal_expr? How to use in abinitio graph? 15. Why you should not keep the layout as 'default' for input table component ? How to use in abinitio graph? 16. What is dynamic lookup ? How to use in abinitio graph? 17. What is dependent parameter ? How to use in abinitio graph? 18. What is BRE ? (Business Rule Environment - This is a recent addition in abinitio package) How to use in abinitio graph? 19.What is output index ? How to use in abinitio graph? 20. How you can track the records those are not getting selected from ‘select’ in reformat component ? How to use in abinitio graph? 21. Can we have more than one launcher process for a particular graph ? How about agent ? How to use in abinitio graph? 22. There are lot of new fuctions added in 2.15 , you can ask about them ? How to use in abinitio graph? 23. How can you run multiple instances of a graph in parallel? How to use
Describe in detail about lookup?