Un-Answered Questions { Ab Initio }

Difference between informatica vs ab initio?

694


How transaction file different from that of a sort file?

880


Mention what is abinitio?

586


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 ?

754


Whenever 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?

558


What 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.

852


How can we increase the loading performance of oracle table in AbInitio?

627


What happens when we provide null key to sort, merge and pbks in Abinitio ?

808


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

847


Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio

964


What will be the skew for, input file->partition by key-> partition by round robin->output file

411


what is the output when -1 is put in select_expr of FBE?

929


How to replace last 4 digits of an input column with XXXX given input column has 12 digits?

604


Code check-in and check-out commands in AbInitio

3337


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?

528