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 |
Describe in detail about lookup?
State the first_defined function with an example?
What is .abinitiorc and What it contain?
Can you read multiple input files using one input file component ?(same DML)
What is the difference between formal and export parameter? Export at what secenario we are going to use?
To which project that prefix will set is to private project or public project or both?how and where to set?
What is Is_defined(), Is_null(), Is_Blank()?
What is the syntax for m_dump in abinitio?
What is the difference between partitioning with key / hash and round robin?
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
What are the primary keys and foreign keys?
How would you find out whether a sql query is using the indices you expect?