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
Can you explain data flow graph with an example?
How do you improve the performance of a graph?
Mention some file extensions which are used in abinitio?
Difference between output_index and output_indexes in reformat
What are the different forms of output that can be obtained after processing of data?
What are “business rules” in ab initio business rules environment (bre)?
What is the architecture of abinitio?
What is the importance of eme in abinitio?
What are the different types of partition components in abinitio?
How do you add default rules in the transformer?
Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com
How co>operating system integrates with legacy codes?
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.
Explain about ab initio’s dependency analysis?
What is the difference between look-up file and look-up, with a relevant example?