Join in FastTrack

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
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Join in FastTrack

Post by allavivek »

Hi All,

I was trying to generate job by fast track..The idea is to join two tables in fast track...

My doubt is i dont have a target join table in database ..does fast track supports sequential file to store the join result?

And if doesnt support should we have a target table already present in database?

Thank You...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can store the join result wherever you like. But why not use a Data Set rather than a Sequential File stage? That way your data will retain its partitioning and - if any - sorting.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Post by allavivek »

Ray,

Iam not developing job in designer...Iam trying to create job using information server fast track...(job design is to join two tables)

Can we use seq /flat files as sources and targets in Fast track?....

Thanks for reply...
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
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Post by allavivek »

Thanks chullet,

So we should pre create target table (in my case join table) in database ..right?

And is fasttrack tool available in 7.x version??
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yes. No. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

...but it "can" generate 7.5 jobs as a .dsx.....

To enable the DataStage XML export feature perform the following steps for each FastTrack client that has to be enabled:

1.Close your FastTrack client if it is currently running.
2.Open the mozart.ini file that is located at: <information server client install dir>\Clients\FastTrack\Mozart\mozart.ini. E.g. C:\IBM\InformationServer\Clients\FastTrack\Mozart\mozart.ini.
Add the following new line at the end: -Dmslexport=dsx

...this creates the "xml" type of datastage import file.....

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

eostic wrote:...but it "can" generate 7.5 jobs as a .dsx
Which wasn't the question but thanks for pointing that out. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply