What is difference between force_error & force_abort? How to use in abinitio graph?
Answer Posted / 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 View All Answers
The methods to improve performance of a graph?
How to move or copy the project parameter or project object to my sandbox?
What is the use of the co> operating system in ab initio?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
What is air-project parameter ?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
What is a partition and what are the different types of partition components in abinitio?
Can anyone give me an example of realtime start script in the graph?
Do you think effective communication is necessary for data processing?
What is a deadlock and how it occurs?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
Can sorting and storing be done through single software or you need different for these approaches?
When we should use 'jobid' for commit table (Output table component?? How to use in abinitio graph?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
What will be the skew for, input file->partition by key-> partition by round robin->output file