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
How transaction file different from that of a sort file?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?
What is the difference between rollup and scan?
Mention what is the syntax for m_dump in abinitio?
What is the importance of eme in abinitio?
Explain batch processing in ab initio?
What are the Graph parameter?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
What would be the next step after collecting the data?
What are the benefits of data processing according to you?
What is brodcasting and replicate?
Runtime behavior of Normalize and Reformat
Can anyone give me an exaple of realtime start script in the graph?
What is the difference between formal and export parameter? Export at what secenario we are going to use?