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
What do you mean by the term data warehousing? Is it different from data mining?
Difference between informatica vs ab initio?
Have you used rollup component? Describe how.
What is a local lookup?
Pdl with an example?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
Explain what is sandbox?
What are the fundamental blocks of co> operating system of ab initio?
What is rollup component?
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 ?
how to insert/update a csv file by comparing it with another csv file?
Where $mpjret is used in ab-initio?
Mention what is abinitio?
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?
Within a cursor, how would you update fields on the row just fetched?