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
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)?
What happens when we provide null key to sort, merge and pbks in Abinitio ?
Mention what information does a .dbc file extension provides to connect to the database?
How can I run the 2 gui merge files?
What is rollup component?
what is the difference between i)public ii)private iii)common and client projects?
What are the benefits of data processing according to you?
what is the output when -1 is put in select_expr of FBE?
What are the different types of parallelism used in abinitio?
I am unable to connect sever database(oracle) from gde(db config file) local system.i set all these?
How can we increase the loading performance of oracle table in AbInitio?
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
What are the Graph parameter?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
Can anyone give me an example of realtime start script in the graph?