SEQ. FILE PROBLEM

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
chvenkat.v
Participant
Posts: 94
Joined: Fri Dec 14, 2007 3:22 am

SEQ. FILE PROBLEM

Post 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
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post 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?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply