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 |
In abinitio, what types of parallelism are used?
What is the diff between abinitiorc and .abinitiorc files ?
Difference between private project parameters ,public project parameters and common project parameters?
What is the syntax for m_dump in abinitio?
what is macro?At what situation we have to face?
Have you ever encountered an error called “depth not equal”?
Explain batch processing in ab initio?
If I delete 1 partition (in 8 partition multifile) and run the graph. Will the graph run successfully?, If not what error I'm going to get.
How can a graph be run infinitely?
How you can create cross joined output using join component ?
What are Cartesian joins?
Output for sort and dedupsort with NULL key?