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 are the different types of partition components in abinitio?

0 Answers  


name the air commands in ab initio?

2 Answers   IBM, Syntel,


What happens when we provide null key to sort, merge and pbks in Abinitio ?

0 Answers  


How you can run a graph infinitely in ab initio?

0 Answers  


How abinitio eme is segregated?

0 Answers  






What is the DynamicScriptGeneration and what is the Use?

2 Answers  


Which component breaks the pipe line parallelism in graph?

3 Answers   Wells Fargo,


Why might the optimizer use a table scan when an index is available?

0 Answers  


How to move data from developement to testing and testing to production?

1 Answers   BitWise, CTS, Satyam, Wipro,


what i the difference between the flows of 3 paralellisms

1 Answers  


what is the output when -1 is put in select_expr of FBE?

0 Answers  


Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?

0 Answers  


Categories