1.

Explain Pdl With An Example?

Answer»

To make a graph behave dynamically, PDL is used

  • - Suppose there is a need to have a dynamic field that is to be added to a predefined DML while executing the graph
  • - Then a graph level parameter can be DEFINED 
  • - Utilize this parameter while embedding the DML in output port.

For Example : define a parameter named myfield with a VALUE “string(“ | “”) NAME;”

  • Use ${mystring} at the time of embedding the dml in out port.
  • Use $substitution as an interpretation option

To make a graph behave dynamically, PDL is used

For Example : define a parameter named myfield with a value “string(“ | “”) name;”



Discussion

No Comment Found