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.



what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and m..

Answer / madhugreddy

After specifying Check points if a graph fails at one
particular point,then by making necessary modifications at
that point we can make the graph run, instead of running the
graph from the beginning.
If there are several branches in a graph we can specify
Phases for each branch, so that after the completion of
successive branch only the next phase execution starts.So
that the processing will be reduced and the performance will
be increased.

You cant run from 51000th record if all the 1 lakh records
are in a single file.The graph should run from 1st record.

It can be achieved if there are different comtonents holding
1 lakh records.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Ab Initio Interview Questions

how to prepare scd2 in abinitio

1 Answers   CTS,


How can you force the optimizer to use a particular index?

0 Answers  


How Does MAXCORE works?

4 Answers   CTS,


What parallelisms does Abinitio support?

0 Answers  


Pdl with an example?

0 Answers  






Describe the effect of the "checkpoint" t-sql statement?

1 Answers  


What is the diff between abinitiorc and .abinitiorc files ?

1 Answers   IBM, Infosys, TCL,


What is the ab initio business rules environment (bre)?

0 Answers  


How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on

0 Answers  


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?

4 Answers   IMS, TCS,


What exactly do you understand with the term data processing and businesses can trust this approach?

0 Answers  


Can you explain the co>operating system’s processing model?

0 Answers  


Categories