What is difference between force_error & force_abort? How to use in abinitio graph?

Answers were Sorted based on User's Feedback



What is difference between force_error & force_abort? How to use in abinitio graph?..

Answer / rose24

force_error() will stop the execution of the graph , If the reject threshold exceeds the reject threshold settings.If it is set to never_abort, force_error will not stop the execution,It will simply write a error message to the error_port and discard the input record , that will be collected in Reject port.
force_abort will always stop the excution of the graph irrespective of reject_threshold value

Is This Answer Correct ?    7 Yes 0 No

What is difference between force_error & force_abort? How to use in abinitio graph?..

Answer / sanksingh

Force_error() will not stop the graph. It will simply write the error message to the error port.
Force_abort will stop the execution of the graph. correct me if i am wrong.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Ab Initio Interview Questions

What are the different versions and releases of ABinitio ?

2 Answers  


What are the Graph parameter?

0 Answers  


I am unable to connect sever database(oracle) from gde(db config file) local system.i set all these?

0 Answers  


11. What is the use of allocate()?

1 Answers   TCL,


Hi friends, i have input like below naresh 10,20 suresh 30,40 i want out put like naresh 10 naresh 20 suresh 30 suresh 40 please help me thank you

3 Answers  






Describe step by step the process of creating tag and savefile for migration

1 Answers   TCS,


Describe in detail about lookup?

0 Answers  


what i the difference between the flows of 3 paralellisms

1 Answers  


What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.

0 Answers  


what is the use of catlog or catlogfile?

0 Answers  


hello, tell me the function which removes spaces from decimal field?

2 Answers  


Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump

1 Answers  


Categories