Can any body give the PDL with example?
Answer / 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 |
How can you increase the number of ports of your output flow? What is the limit? Can i have 20 out ports?
I wanted to learn Ab Initio, Could you please send the material to my personal email id.
Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999
. How can you get all the fields form a lookup files ? (Which function)
. How can you run a graph continuously without using continuous components ?
In abinitio, what types of parallelism are used?
What is the significance of ‘mp run’ command ?
)what is wrapper script?where it is going to execute and why we go for wrapper?
) Diff.between Output index and Output indexes?
Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?
What does it mean by the term 'sort component'?
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.