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 |
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
How do you convert 4-way mfs to 8-way mfs?
How scientific data processing is different from commercial data processing?
What are the co> operating system’s assorted library of integrated components?
Describe what the SQL Server tempdb and tlog files are used for?
Tell us about the architecture of abinitio.
What metadata importer can do in ab initio?
Explain what is de-partition in abinitio?
What is max core value ? what is the use of it?
2 Answers JPMorgan Chase, Wipro,
What are the fundamental blocks of co> operating system of ab initio?
What is the best way of creating huge test feeds ? How to use in abinitio graph?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump