What is dependent parameter ?



What is dependent parameter ?..

Answer / avijit

Any parameter which depends upon another parameter for it's value is called as dependent parameter.
That means the parameter can not be evaluated unless the parent parameter is resolved first.

Exemple :

$PROC_DATE : now()
$EXE_DATE : string_substring($PROC_DATE,1,8)

Here as you can see EXE_DATE depends on te PROC_DATE to be available first.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Ab Initio Interview Questions

What is the difference between formal and export parameter? Export at what secenario we are going to use?

0 Answers  


Within a cursor, how would you update fields on the row just fetched?

0 Answers  


Can you read multiple input files using one input file component ?(same DML)

4 Answers   IBM,


What is $mpjret?

0 Answers  


Is data warehousing different from data mining?

0 Answers  






What is a rollup component? Explain about it.

0 Answers  


What is the difference between a scan component and a rollup component?

0 Answers  


What are the steps to create a repository in ab initio?

0 Answers  


What are the kinds of layouts does ab initio supports?

0 Answers  


What is regex (lookup)? When you should use it? How to use in abinitio graph?

1 Answers   Steria, Wipro,


What is abinitio?

0 Answers  


Can you use scan to generate sequence number ? How to use in abinitio graph?

2 Answers   IBM, TCL,


Categories