Order of Evaluation of Parameters

Answers were Sorted based on User's Feedback



Order of Evaluation of Parameters..

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

Order of Evaluation of Parameters..

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

Post New Answer

More Ab Initio Interview Questions

We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?

0 Answers  


How do you convert 4-way mfs to 8-way mfs?

1 Answers  


How scientific data processing is different from commercial data processing?

0 Answers  


What are the co> operating system’s assorted library of integrated components?

0 Answers  


Describe what the SQL Server tempdb and tlog files are used for?

0 Answers  


Tell us about the architecture of abinitio.

0 Answers  


What metadata importer can do in ab initio?

0 Answers  


Explain what is de-partition in abinitio?

0 Answers  


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?

0 Answers  


What is the best way of creating huge test feeds ? How to use in abinitio graph?

1 Answers   IBM, TCL,


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

1 Answers  


Categories