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 |
What are the different types of partition components in abinitio?
name the air commands in ab initio?
What happens when we provide null key to sort, merge and pbks in Abinitio ?
How you can run a graph infinitely in ab initio?
How abinitio eme is segregated?
What is the DynamicScriptGeneration and what is the Use?
Which component breaks the pipe line parallelism in graph?
Why might the optimizer use a table scan when an index is available?
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
what is the output when -1 is put in select_expr of FBE?
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?