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
What is data mapping and data modelling?
How co>operating system integrates with legacy codes?
What is rollup component?
How to find the project(pub,priv,common,client) in between public, Private,common?Any identification?
What are the primary keys and foreign keys?
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio
What is a look-up?
Mention what is rollup component?
What are the six data process products of ab initio (architecture of ab initio)?
What is a deadlock and how it occurs?
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
What is the function that transfers a string into a decimal?
Tell us about the architecture of abinitio.
What is data encoding?
Hi friends, what are the new features in abinito3.0?