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
Can anyone give me an exaple of realtime start script in the graph?
Mention how can you connect eme to abinitio server?
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
What are the different types of partition components in abinitio?
Where $mpjret is used in ab-initio?
Describe the evaluation of parameters order in ab initio?
How is the partitioning with key different from round robin partition?
What is the difference between rollup and scan?
What do you understand by a cartesian join?
What does it mean by the term 'sort component'?
Explain batch processing in ab initio?
How to create repository in abinitio for stand alone system(local nt)?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
Can you explain the co>operating system’s processing model?
What will be the skew for, input file->partition by key-> partition by round robin->output file