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

Can anyone give me an exaple of realtime start script in the graph?

773


Mention how can you connect eme to abinitio server?

1125


How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC

1741


What are the different types of partition components in abinitio?

1045


Where $mpjret is used in ab-initio?

870


Describe the evaluation of parameters order in ab initio?

1232


How is the partitioning with key different from round robin partition?

907


What is the difference between rollup and scan?

1507


What do you understand by a cartesian join?

862


What does it mean by the term 'sort component'?

849


Explain batch processing in ab initio?

1146


How to create repository in abinitio for stand alone system(local nt)?

939


Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?

861


Can you explain the co>operating system’s processing model?

829


What will be the skew for, input file->partition by key-> partition by round robin->output file

633