Order of Evaluation of Parameters
Answers were Sorted based on User's Feedback
Answer / shadap83
When you run a graph, parameters are evaluated in the following order:
The host setup script is run.
Common (that is, included) sandbox parameters are evaluated.
Sandbox parameters are evaluated.
The project-start.ksh script is run.
Formal parameters are evaluated.
Graph parameters are evaluated.
The graph Start Script is run.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / manjunath
1. The host setup script is run.
2. Common project parameters are evaluated.
3. Project parameters are evaluated.
4. The Project start script is run.
5. Input parameters are evaluated.
6. Graph parameters are evaluated.
7. The graph start script is run.
8. Dml evaluation occurs.
| Is This Answer Correct ? | 1 Yes | 0 No |
Difference between informatica vs ab initio?
What is the difference between look-up file and look-up, with a relevant example?
What is the use of aggregation when we have rollup as we know rollup component in abinitio is used to summarize a group of data record? Then where we will use aggregation?
What is the latest version that is available in Ab-initio?
What is difference between API
2 Answers CitiGroup, IBM, TCL,
. How we can remove temp files of a failed job if .rec is not available
Why might you create a stored procedure with the with recompile option?
What do you mean by continuous graph? what is it significance?
What kind of layouts does abinitio support?
How to find the project(pub,priv,common,client) in between public, Private,common?Any identification?
what is decoding & what is NVL?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.