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 |
Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?
how can you convert 3 way to 7way partitioning in abinitio?
What is standard environment ? How to use in abinitio graph?
Have you used the rollup component? Describe how?
Hi friends if u don't mind i want one question What abt READ MULTIFILE COMPONENT? PLZ GIVE BRIEFLY?
What does dependency analysis mean in Ab Initio?
How can you force the optimizer to use a particular index?
What is the purpose of having stored procedures in a data-based?
What is air-project parameter ?
What is the function that transfers a string into a decimal?
Why do you think data processing is important?
how to create a new mfs file? where will we specify the number of partition eg 4 way ,8 way?