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
Difference between output_index and output_indexes in reformat
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 ?
What is the difference between look-up file and look-up, with a relevant example?
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
What are the different forms of output that can be obtained after processing of data?
What is the syntax for m_dump in abinitio?
How abinitio eme is segregated?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
What is the purpose of having stored procedures in a data-based?
What are the factors on which storage of data depends?
Explain what is the architecture of abinitio?
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
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
What are the key elements of a data processing system?
What is a rollup component? Explain about it.