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
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
What are the benefits of data analyzing?
When we should use 'jobid' for commit table (Output table component?? How to use in abinitio graph?
How you can run a graph infinitely in ab initio?
What are the steps to create a repository in ab initio?
What are the various types of layout supported by abinitio?
Have you ever encountered an error called “depth not equal”?
What would be the next step after collecting the data?
What are the reasons for which business can trust the approach of data processing?
Hi friends, what are the new features in abinito3.0?
What are the key elements of a data processing system?
What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.
What is a rollup component?
Describe what the SQL Server tempdb and tlog files are used for?
State the working process of decimal_strip function?