Can you use scan to generate sequence number ? How to use in abinitio graph?
Answer Posted / saba
In the scan component,you can declare a variable for the sequence number generation.Initialize this variable with 0 and store it in another variable. Then increase the new variable by 1,suppose count is the new variable do it like count = count+1 and finally u can use this count variable or else you can store it in another field..it depends upon ur dml.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How is the partitioning with key different from round robin partition?
Explain what is the architecture of abinitio?
What is the difference between partitioning with key / hash and round robin?
What do you understand by a cartesian join?
What is a data processing cycle and what is its significance?
Where $mpjret is used in ab-initio?
How co>operating system integrates with legacy codes?
How to replace last 4 digits of an input column with XXXX given input column has 12 digits?
What are the features of ab initio?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
What is air-project parameter ?
What is m_dump?
Mention some file extensions which are used in abinitio?
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)?