Can any body give the PDL with example?
Answer Posted / mustafa@tcs
PDL is used for having dynamic behaviour in graph.
Say if you want to have a dynamic field which is added to
your predefined DML at the time of executing the graph ,you
can define a graph level parameter and can use this
parameter at the time of embedding the DML in output port.
define a parameter named myfield with value "string("|")
name;"
Now use ${mystring} while embedding the dml in out port.
use $substitution or PDL substitution as interpretation
option
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Have you ever encountered an error called “depth not equal”?
Explain data flow graph with an example?
Why creation of temporary files depends on the value of MAX CORE ? How to use in abinitio graph? 10. What is the diff between abinitiorc and .abinitiorc files ? How to use in abinitio graph? 11. What is the use of allocate()? How to use in abinitio graph? 12. What is use of branch in EME ? 13. How you can break a lock in EME ? How can you lock a file so that only no one other than EME admin can break it ? How to use in abinitio graph? 14. When you should be using ablocal() ? How you can use ablocal_expr? How to use in abinitio graph? 15. Why you should not keep the layout as 'default' for input table component ? How to use in abinitio graph? 16. What is dynamic lookup ? How to use in abinitio graph? 17. What is dependent parameter ? How to use in abinitio graph? 18. What is BRE ? (Business Rule Environment - This is a recent addition in abinitio package) How to use in abinitio graph? 19.What is output index ? How to use in abinitio graph? 20. How you can track the records those are not getting selected from ‘select’ in reformat component ? How to use in abinitio graph? 21. Can we have more than one launcher process for a particular graph ? How about agent ? How to use in abinitio graph? 22. There are lot of new fuctions added in 2.15 , you can ask about them ? How to use in abinitio graph? 23. How can you run multiple instances of a graph in parallel? How to use
What are the steps to create a repository in ab initio?
What is the importance of eme in abinitio?
What is the difference between partitioning with key / hash and round robin?
How to run a graph infinitely?
What are the operations that support avoiding duplicate record?
Mention what dedup-component and replicate component does?
State the working process of decimal_strip function?
What happens when we provide null key to sort, merge and pbks in Abinitio ?
Is data warehousing different from data mining?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
Mention what information does a .dbc file extension provides to connect to the database?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?