Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?
1301Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?
954What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.
1306Input 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
1413Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio
1658What will be the output of using partition by Round-Robin after the partiton by key in ab initio?
1 2058Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
933How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on
904
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
What information is provided by .dbc file extension for connecting to the database?
What are the Types of parallelism in detail?
What is $mpjret?
Explain how you can run a graph infinitely in ab initio?
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
How abinitio eme is segregated?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
Can you explain the co>operating system’s processing model?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
What is a partition and what are the different types of partition components in abinitio?
Explain the difference between the truncate and delete commands?
What is de-partition in abinitio?
What is the function that transfers a string into a decimal?
What are the different types of parallelism in ab initio?