Can you use scan to generate sequence number ? How to use in abinitio graph?

Answers were Sorted based on User's Feedback



Can you use scan to generate sequence number ? How to use in abinitio graph?..

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

Can you use scan to generate sequence number ? How to use in abinitio graph?..

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

Post New Answer

More Ab Initio Interview Questions

How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa

0 Answers  


Have you used the rollup component? Describe how?

0 Answers  


Hi friends if u don't mind i want one question What abt READ MULTIFILE COMPONENT? PLZ GIVE BRIEFLY?

2 Answers  


What is sandbox?

0 Answers  


List out some of the air commands used in abintio?

0 Answers  


What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?

1 Answers   IBM, TCL,


name the air commands in ab initio?

2 Answers   IBM, Syntel,


What is the significance of ‘mp run’ command ?

1 Answers   TCL,


How can we increase the loading performance of oracle table in AbInitio?

0 Answers  


What would be the next step after collecting the data?

0 Answers  


. What is flow buffering ? How it reduces the chances of having deadlock ?

1 Answers   HCL,


) How can you count the total no .of records in the specified partition in the Multifile?

5 Answers  


Categories