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 |
i need help from u. i want to learn abinitio. please provide pdfs or material or books.
Layout - L1*, L1 - What is the difference ? How to use in abinitio graph?
I have a DML in my local system the location is E:/u/home/khaleel/dml how to convert this path to $DML?
Can you read multiple input files using one input file component ?(same DML)
What is the purpose of having stored procedures in a data-based?
Describe the Evaluation of Parameters order.
How many components in your most complicated graph?
What are “business rules” in ab initio business rules environment (bre)?
Mention what information does a .dbc file extension provides to connect to the database?
What is the best way of creating huge test feeds ? How to use in abinitio graph?
How do you add default rules in transformer?
what is the output when -1 is put in select_expr of FBE?