What is dependent parameter ?



What is dependent parameter ?..

Answer / 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

More Ab Initio Interview Questions

In abinitio, what types of parallelism are used?

0 Answers  


What is the diff between abinitiorc and .abinitiorc files ?

1 Answers   TCL,


Difference between private project parameters ,public project parameters and common project parameters?

1 Answers  


What is the syntax for m_dump in abinitio?

0 Answers  


what is macro?At what situation we have to face?

1 Answers  






Have you ever encountered an error called “depth not equal”?

0 Answers  


Explain batch processing in ab initio?

0 Answers  


If I delete 1 partition (in 8 partition multifile) and run the graph. Will the graph run successfully?, If not what error I'm going to get.

2 Answers  


How can a graph be run infinitely?

0 Answers  


How you can create cross joined output using join component ?

3 Answers  


What are Cartesian joins?

3 Answers  


Output for sort and dedupsort with NULL key?

6 Answers  


Categories