| |
GeekInterview.com > Interview Questions > Data Warehousing > Abinitio
| Print | |
Question: what is the function of XFR in abinitio
Answer: It would be great if one of you can explain me in brief what is the function of xfr (like what does it do ,where is it stored ,how does it affect ) as i am very confused on this
thank you |
| July 07, 2008 11:49:21 |
#1 |
| sixto.dsilva |
CRM Expert Member Since: March 2008 Total Comments: 49 |
RE: what is the function of XFR in abinitio |
As you know when you create a new sandbox in ab initio environment the following directories will be created 1.mp 2.dml 3.xfr 4.db etc etc.
xfr is directory in abinitio where we can write our own function and use them during the tranformation(rollup , reformat etc..).
example you can write a function to convert a string into decimal or to get string max length , I can write that function in a file called user_define_function.xfr in xfr directory inside this file i can define a function called string_to_interger or get_string_max_length or both. In any transform component you can include the file liek include "<full path>/user_define_function.xfr "
you can called the function like anyother function in ab initio.
hope it make sense. |
| |
Back To Question | |