I am having 10 records in i/p file,and i want to load only
one record at a time to the output file.Then how can i do it?
Answers were Sorted based on User's Feedback
Answer / ankur
Output file component in serial layout will always be written serially by any upstream abinitio component.
If you meant Output Table component instead of Output file, then API mode will ensure that the load happens sequentially.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / keerthika
You can use the partition by round robin component and specify Block size parameter to 1.
| Is This Answer Correct ? | 1 Yes | 2 No |
State the working process of decimal_strip function?
Can any body give me the clear explanation about how to separate header,trailer and body records in Ab Initio?
Give one reason when you need to consider multiple data processing?
what is meant by fancing in abinitio ?
Order of Evaluation of Parameters
How might you quantitatively measure an improvement made to a query?
from a graph how to select only second record always in scan?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.
How you can generate surrogate key? How to use in abinitio graph?
2 Answers IBM, TCL, Torry Harris,
I have $AI-SERIAL/DML------> (SERIAL FILE LOCATION) AND $BDS-SERIAL/DML---------->(what is the location what is mean)?
Have you used rollup component? Describe how.