Difference between Force_error & Force_abort?

Answer Posted / raju mortale

force_error() function it will not abort graph execution it will send error msg to error port if condition is true.

ex- if(in.gender=="Female") force_error("Gender is Female.!")

but in case of
force_abort() function it will abort graph execution with error msg, if condition is true.


ex- if(in.gender=="Female") force_abort("Gender is Female.!")

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

613


What does de-partition mean in abinitio?

726


Explain PDL with an example?

818


How co> operating system natively processes the data?

619


What do you understand by local lookup?

655






Suppose you find the term validation mentioned with a set of data, what does that simply represent?

586


How can you export a component’s internal parameters ?

1932


What is sandbox?

718


What are the reasons for which business can trust the approach of data processing?

623


Mention what information does a .dbc file extension provides to connect to the database?

704


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

626


How is the partitioning with key different from round robin partition?

668


What information does a .dbc file extension provides to connect to the database?

719


What is conduct>it?

634


what is the project environment(for each project the environment is same or different to different project)?

1653