Page 1 of 1

SEQ. FILE PROBLEM

Posted: Tue Feb 03, 2009 5:55 am
by chvenkat.v
HI

i need a help for below problem.


seq file1 -> seq. file2

seq. fil1 contains 1, 2,3....10 record example.

i need target seq file having 100 records.

like 1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,....,3. like wise.

any one please tell me how to do this.

thnks
venkat

Posted: Tue Feb 03, 2009 6:19 am
by Sainath.Srinivasan
There are several ways to achieve multiple records from a single one. Can you explain your requirement in detail. i.e. why? how many output recs for a single? what logic?

Posted: Tue Feb 03, 2009 8:30 am
by chulett

Posted: Tue Feb 03, 2009 1:38 pm
by ray.wurlod
It can not be done with a job design containing only passive stage types*. You need at least one active stage type.

* unless run multiple times, appending to the target and sorting the target in an after-job subroutine.