What is dependent parameter ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to run a graph infinitely?

662


Mention some ways for improving performance of a graph?

609


can we perform checkin and checkout through sandbox?

717


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

829


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

751






What information is provided by .dbc file extension for connecting to the database?

701


What are the components new in 2.14 compared to 1.8 and State the usage of the components?

1712


In abinitio, what types of parallelism are used?

589


What are the kinds of layouts does ab initio supports?

576


What is a local lookup?

692


Mention what is abinitio?

594


What is sort component in abinitio?

700


what is the use of catlog or catlogfile?

1917


What are the functions of the replicate and dedup component?

622


Why creation of temporary files depends on the value of MAX CORE ? How to use in abinitio graph? 10. What is the diff between abinitiorc and .abinitiorc files ? How to use in abinitio graph? 11. What is the use of allocate()? How to use in abinitio graph? 12. What is use of branch in EME ? 13. How you can break a lock in EME ? How can you lock a file so that only no one other than EME admin can break it ? How to use in abinitio graph? 14. When you should be using ablocal() ? How you can use ablocal_expr? How to use in abinitio graph? 15. Why you should not keep the layout as 'default' for input table component ? How to use in abinitio graph? 16. What is dynamic lookup ? How to use in abinitio graph? 17. What is dependent parameter ? How to use in abinitio graph? 18. What is BRE ? (Business Rule Environment - This is a recent addition in abinitio package) How to use in abinitio graph? 19.What is output index ? How to use in abinitio graph? 20. How you can track the records those are not getting selected from ‘select’ in reformat component ? How to use in abinitio graph? 21. Can we have more than one launcher process for a particular graph ? How about agent ? How to use in abinitio graph? 22. There are lot of new fuctions added in 2.15 , you can ask about them ? How to use in abinitio graph? 23. How can you run multiple instances of a graph in parallel? How to use

3553