Can you use scan to generate sequence number ? How to use in abinitio graph?
Answer Posted / 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 |
Post New Answer View All Answers
What is data mapping and data modelling?
What are the different forms of output that can be obtained after processing of data?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
Can anyone give me an example of realtime start script in the graph?
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
How do you add default rules in the transformer?
explain the environment varaibles with example?
What is the syntax for m_dump in abinitio?
You can ask about different vector functions. How to use in abinitio graph?
What information is provided by .dbc file extension for connecting to the database?
What are the differences between informatica and abinitio?
What are the key elements of a data processing system?
What is abinitio?
Explain what is the architecture of abinitio?
What is the difference between check point and phase?