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 |
Mention what the difference between “look-up” file and “look is up” in abinitio?
What are the steps to create a repository in ab initio?
List the various vector functions used in ab initio with syntax.
Is there any function in ab Initio which act like SCAN component
I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?
What is the difference between In-Memory Sort and Inputs must be sorted?
what is the use of stdenv in abinitio and what the main concept belongs to is?what is env?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
What is standard environment ? How to use in abinitio graph?
In which scenario, .rec files will not get created even if graph fails ? How to use in abinitio graph?
Code check-in and check-out commands in AbInitio
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?