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 dynamic lookup ?
How to calculate total memory used my a graph?
In MFS i developer developed 2-way, but supporters r supporting 4-way on same records how is possible?
How can you achieve scan using reformat ?
I wanted to learn Ab Initio, Could you please send the material to my personal email id.
How will u remove header record? How will u remove tailer record?
Mention what is the role of co-operating system in abinitio?
How you can generate surrogate key? How to use in abinitio graph?
2 Answers IBM, TCL, Torry Harris,
Describe the process steps you would perform when defragmenting a data table. Does this table contain mission-critical data?
What is the DynamicScriptGeneration and what is the Use?
What is the function you would use to transfer a string into a decimal?
. What is flow buffering ? How it reduces the chances of having deadlock ?