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 |
What is use of creating a save files? How to use in abinitio graph?
1 Answers Cognizant, IBM, Intellego, TCL,
What is local and formal parameter?
What are the differences between different versions of co-op?
Tell us about the architecture of abinitio.
difference between paramaters inputparameters,Local parameters, Formal parameters, Sand box parameters,Project parameters and export parameter?
What is the function that transfers a string into a decimal?
What is the difference between In-Memory Sort and Inputs must be sorted?
What is $mpjret? Where it is used in ab-initio?
What do you mean by the term data warehousing?
What is publickey and private key?what is the use of this two keys?
In which scenario, .rec files will not get created even if graph fails ? How to use in abinitio graph?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump