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
What the difference between “look-up” file and “look is up” in abinitio?
Code check-in and check-out commands in AbInitio
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
What does edp stand for?
Mention what is abinitio?
What would be the next step after collecting the data?
Runtime behavior of Normalize and Reformat
How data is processed and what are the fundamentals of this approach?
what is the project environment(for each project the environment is same or different to different project)?
What are the operations that support avoiding duplicate record?
What do you understand by local lookup?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
To which project that prefix will set is to private project or public project or both?how and where to set?
What metadata importer can do in ab initio?
What is the difference between formal and export parameter? Export at what secenario we are going to use?