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



I am having 10 records in i/p file,and i want to load only one record at a time to the output file...

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

I am having 10 records in i/p file,and i want to load only one record at a time to the output file...

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

Post New Answer

More Ab Initio Interview Questions

If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this case if we use rollback command then what will happen?

4 Answers   IBM,


What is conditional DML and Structured DML?

2 Answers   Accenture,


. What is dynamic lookup ?

1 Answers   CTS,


Mention what is the role of co-operating system in abinitio?

1 Answers  


In abinitio, what types of parallelism are used?

0 Answers  






What is the purpose of having stored procedures in a database?

0 Answers  


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

0 Answers  


How does PBK and Sort component and Join(in memory sort) work?I mean in the join component i have used In Memory Sort,so how will it work in terms of performence as compared with PBKand Sort Component?

1 Answers  


What is the diff between abinitiorc and .abinitiorc files ?

1 Answers   IBM, Infosys, TCL,


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?

0 Answers  


What are the Graph parameter?

0 Answers  


What is air-project parameter ?

0 Answers  


Categories