Search found 10 matches

by raj9176
Wed May 17, 2006 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How tp open and read the contents of a hash file
Replies: 2
Views: 1146

How tp open and read the contents of a hash file

Hi,
how to open and read the contents of the hash file using routines. i know that we need to use OPEN,READ& WRITE. I am not able to get the exact syntax and what the directory and the file name i am supposed to use.
Thanks
Raj
by raj9176
Tue May 16, 2006 9:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing The UV DataBase/ hash File
Replies: 12
Views: 3506

Accessing The UV DataBase/ hash File

Ray,
I am developing a Routine for Data Obfuscation. i need to read the Hash File in the UV DataBase for that.

Please throw some light on this issue as how to read the Uv Database to access the Hash File.

Thanks
Raj
by raj9176
Tue May 16, 2006 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic Language
Replies: 1
Views: 1069

Basic Language

hi, i wanted to know where we write the Basic Code, how to compile the written Basic Code, Run the program, and how to use the same basic program in DataStage. I know that we can write basic statements in Routines, but i wanted to know where we can write statements like OPEN,READ,WRITE. Please let m...
by raj9176
Tue May 16, 2006 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing The UV DataBase/ hash File
Replies: 12
Views: 3506

Accessing The UV DataBase/ hash File

Ray/Gateleys,
I taught about that, but i am need to implement this in a Routine. I was told that i am not supposed to use UV Stage and that i need to use Routines to develop the logic.

Thanks
Raj
by raj9176
Tue May 16, 2006 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing The UV DataBase/ hash File
Replies: 12
Views: 3506

Accessing The UV DataBase/ hash File

gateleys, I dont have the code and the design. i am working on that. let me try to put it in a better way- i am having a seguential file with a single field. i need to put that in the hash file generating a sequence number. so in the hash file i have this field and one more for the sequence number. ...
by raj9176
Tue May 16, 2006 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing The UV DataBase/ hash File
Replies: 12
Views: 3506

UV Database/ Hash File

hi gateleys, Thanks for the help. Actually, i am loading a flat file which has only one column(around 4 million rows) to a hash file. i am generating a Serial No. before i insert into the hash file. Now i want the has file to be read from the UV Database. i shall be sending a parameter to the functi...
by raj9176
Tue May 16, 2006 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing The UV DataBase/ hash File
Replies: 12
Views: 3506

Accessing The UV DataBase/ hash File

Hi, I am trying to read a hash File from the Universe Database. i was wondering what are the functions to access the UV Database. I happen to search the online documentation but was not able to find the functions Actually i want to read the Hash File using the functions. Please let me know where to ...
by raj9176
Wed Apr 26, 2006 2:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write Failed for hash File
Replies: 8
Views: 2553

Hash Failed

i did check and there is no NULL Values in the Key Column. please let me know what can be the problem.
Thanks
Raj
by raj9176
Wed Apr 26, 2006 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write Failed for hash File
Replies: 8
Views: 2553

Write Failed for hash File

hi,
Job was running fine and when i migrated the job, i am getting the error that there was a "ds_uvput() - Write failed for record id ' 880'". Can any one please help me out with the problem.
Thanks
Raj
by raj9176
Wed Dec 07, 2005 5:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding header,footer,trailer,end of file info in target
Replies: 1
Views: 1756

Adding header,footer,trailer,end of file info in target

hi, i wanted some tips on adding the default information what i have in the Header, Footer, Trailer, and End of file to the data(source) what i need to load in the target. In the End of file i need to calculate the total count of the rows loaded in the target that's the data rows. I am trying to do ...