Hi friends,
I have 100 records in my input file, if i run first,the
first 10 records are stored into the output and if i run
second time next 10 records stored into the output file like
that
please let me know the answer
Thanks,
krishna
Answer Posted / jerry
Hi,
You can create a graph with 2 parameters,say count1 and count2.
Now u can use a 'filter by' transform and give the filter
condition as
"next_in_sequence > count1 and next_in_sequence < count2".
U can give the value for parameters in the pset as 0,10
respectively.
this is just one way. :)
Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What is data encoding?
What is m_dump?
Describe the evaluation of parameters order in ab initio?
What are the operations that support avoiding duplicate record?
What is the difference between a scan component and a rollup component?
What is the function that transfers a string into a decimal?
Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio
How to create repository in abinitio for stand alone system(local nt)?
What is data mapping and data modelling?
what is the use of catlog or catlogfile?
Can anyone give me an example of realtime start script in the graph?
Why is data processing considered beneficial?
What do you understand by overflow errors?
What is ab initio enterprise meta>environment (eme)?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?