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 does de-partition mean in abinitio?
How co>operating system integrates with legacy codes?
How can we increase the loading performance of oracle table in AbInitio?
What are the functions of the replicate and dedup component?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
Mention what is abinitio?
What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
What is the function you would use to transfer a string into a decimal?
When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?
Why do you think data processing is important?
Pdl with an example?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
Explain what does dependency analysis mean in abinitio?
What is a deadlock and how it occurs?
Why might you create a stored procedure with the with recompile option?