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

Difference between output_index and output_indexes in reformat

864


Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?

912


What is the difference between look-up file and look-up, with a relevant example?

801


Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999

591


What are the different forms of output that can be obtained after processing of data?

867






What is the syntax for m_dump in abinitio?

1180


How abinitio eme is segregated?

919


Suppose we assign you a new project. What would be your initial point and the key steps that you follow?

697


What is the purpose of having stored procedures in a data-based?

662


What are the factors on which storage of data depends?

732


Explain what is the architecture of abinitio?

795


how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio

1507


How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa

758


What are the key elements of a data processing system?

785


What is a rollup component? Explain about it.

773