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 |
what is meant by fancing in abinitio ?
What is abinitio?
from a graph how to select only second record always in scan?
One file contains header,body,trailer records and header in a single row as well as trailer too.How to segregate these header,trailer and body records and once it gets segregated,i want to make the body data in reverse i.e if i have 10 body records,the 10th record should be the first record,9th record should be the second line,etc..
How can you find the 2nd Highest salary in a file department wise in abinitio?
How is the partitioning with key different from round robin partition?
What mpjret contains ? How to use in abinitio graph?
When we should use 'jobid' for commit table (Output table component??
What do you mean by the overflow errors?
What is the role of co-operating system in abinitio?
11. What is the use of allocate()?
Explain how you can run a graph infinitely in ab initio?