what is meant by fancing in abinitio ?
Answers were Sorted based on User's Feedback
Answer / freak.abinitio
In SW world fencing means job controlling on priority basis. In AI it actually refers to customized phase breaking. A well fenced graph means no matter what is source data volume process will not cough in dead locks. It actually limits the number of simultaneous processes.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sangertha
1.straight flow
2.fan in flow
3.fan out flow
4.all to all flow
Is This Answer Correct ? | 1 Yes | 1 No |
from a graph how to select only second record always in scan?
hello, tell me the function which removes spaces from decimal field?
how does deadlock occur?
Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999
What are the Types of parallelism in detail?
What happens when we provide null key to sort, merge and pbks in Abinitio ?
What is is a data flow graph?
One file contains header,body,trailer records and header in a single row as well as trailer too.How to segregate these header,trailer and body records and once it gets segregated,i want to make the body data in reverse i.e if i have 10 body records,the 10th record should be the first record,9th record should be the second line,etc..
What is air-project parameter ? How to use in abinitio graph?
3 Answers IBM, TCL, Tech Mahindra,
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
What are the various types of layout supported by abinitio?
We have file having country_name customer_name.For exp London Ram Bangalore Rohit London Shyam Bangalore Abhinav In output we need 2 files one file for london and second file for Bangalore.How to acheve this?