Can you use scan to generate sequence number ? How to use in abinitio graph?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / satya
yes.. we can use scan by adding a another field in the output dml. And map it with next_in_sequence().
| Is This Answer Correct ? | 1 Yes | 1 No |
How to connect mainframe to Abinitio?
Mention what are the different types of parallelism used in abinitio?
What are the Types of parallelism in detail?
. How can you get all the fields form a lookup files ? (Which function)
Name the different type of processing based on the steps that you know about?
. What is adhoc multifiles? How to use in abinitio graph?
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
Mention what is the syntax for m_dump in abinitio?
How can you force the optimizer to use a particular index?
Do you think effective communication is necessary for data processing?
In MFS i developer developed 2-way, but supporters r supporting 4-way on same records how is possible?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?