write data to universe

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
pkomalla
Premium Member
Premium Member
Posts: 44
Joined: Tue Mar 21, 2006 6:18 pm

write data to universe

Post by pkomalla »

Can anyone tell me of how to write data to a file in universe database using a hash file

Thanks
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

Are you trying load a table in the Universe database from a hashed file?? If that is true.

Then, you can use:

Code: Select all


hashedfile -----> Transformer ---------> UNIVERSE stage

Check the
"Create table" checkbox.

Thanks,
Naveen.
Anything that won't sell, I don't want to invent. Its sale is proof of utility, and utility is success.
Author: Thomas A. Edison 1847-1931, American Inventor, Entrepreneur, Founder of GE
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you mean "UniVerse" ("real" UniVerse) or "DataStage"?

In either case you use a UV stage, but for "real" UniVerse you will need to have configured an entry in the uvodbc.config file specifying the location of the UniVerse account.
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