GeekInterview.com
  I am new, Sign me up!
 

Abinitio FAQs


Abinitio FAQs

Questions: 37
Comments: 65
 Abinitio FAQs Tags
 Showing Questions 1-10 of 37 Questions
[1] 2 3 4 Next >>
 Sponsored Links

 
 Abinitio FAQs
Sorting Options :  

What is the order of execution of a graph when it runs? 
Latest Answer: 1. All its parameters are initialized2. Start script call3. Graph start4. End script executed. ...

How to calculate the total number of records in the file using REFORMAT instead of ROLLUP? 
Latest Answer: Via its log port. ...

How do we append records to an already existing file usin abinitio graph? 
Latest Answer: Create a graph by taking the existing file as the out put file and keep the mode of the output file in Append Mode. Pass the new records from the input file to this output file through a reformat. This will append new records in the existing File. ...

What is output index? How does it work in reformat?Does below function show Output index in useoutput:1:if(in.emp.sal 
Latest Answer: Output index function is used in reformat having multiple output ports to direct which record goes to which out port. for eg. for a reformat with 3 out ports such a function could be likeif (value=='A') 1 else if (value=='B') 2 else 3which ...
Read Answers (1) | Asked by : mhero

How does component folding works?  
View Question | Asked by : mhero

What is the advantage of SORT within GROUP Clause? 
Latest Answer: Sort within Groups refines the sorting of data records already sorted according to one key and it sorts the records within the groups formed by the first sort according to a second key. ...

What are environment variable? Why are they required? 
Latest Answer: Environment Variables or other wise know as ABINITIO environment variable. Its set in stdenv under which private project and pubic project will be there.Parameters like $AB_HOME , $AB_AIR_RROT will be present in environment variable and this will link ...

What is the need of config variables in abinitio?(ab_job,ab_max_core) and where to define them? 

How to avoid duplicates without using dedup component? 
Latest Answer: We can avoid duplicate by using "key_change" method of the rollup component. The code will be like below. out :: key_change(prev,curr)= begin out :: cur != prev ; end out :: rollup(in) = begin out :: in ; end ...

What will happen when we pass dot or invlaid parameters in the inout component layout URL? 
View Question | Asked by : annegrace1

View page [1] 2 3 4 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape