Search found 43 matches

by parsi_cnu
Fri Apr 22, 2005 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash lookup
Replies: 3
Views: 754

Hash lookup

I WANT TO USE THIS ROUTINE \SDK\UTILITY\UTILITYHASHLOOKUP BUT WHERE I SHOULD I MENTION THE HASH FILE DIRECTORY PATH. SINCE THAT I COULDNT GET THAT INFO THERE IN THE SEQUENCER CAN SOMEBODY LET ME KNOW.

THANKS
MARSBOY
by parsi_cnu
Mon Apr 04, 2005 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can i use same hash file 3 jobs running parallel
Replies: 3
Views: 1153

Can i use same hash file 3 jobs running parallel

Hi,
My lookup is hashfile in all the 3 jobs. If i want to run parallel can i do if how should i do.

thanks
sri
by parsi_cnu
Fri Apr 01, 2005 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file parameters
Replies: 2
Views: 817

hash file parameters

What are the parameters i had to give in hash file creation when the file size is 1GB. I mean the number of minimum modulus, split load, merge load, large record, record length. ihad 1 million records.

thanks
marsboy
by parsi_cnu
Mon Mar 21, 2005 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get set parameter
Replies: 1
Views: 679

how to get set parameter

hi,
from sequential file i want a value and set as job parameter. ???????
how should i do that.

thanks
by parsi_cnu
Mon Mar 21, 2005 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: migration dsjobs from lower version to higher version
Replies: 7
Views: 2034

hi, I exported all my jobs and deleted the jobs and upgraded from Datastage 6. to 7.5. Once i installed the client and server i tried to import my jobs using my manager. but i am getting a error message saying. The version of this item's design time information is incompatible with the current versi...
by parsi_cnu
Sun Mar 20, 2005 8:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: migration dsjobs from lower version to higher version
Replies: 7
Views: 2034

the error im getting when i am trying to migrate from 6. to DS7.5
The version of this item's design time information is incompatible with the current version of DataStage.


advance
thanks
sri
by parsi_cnu
Sun Mar 20, 2005 8:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to read a sequential file.
Replies: 2
Views: 1143

how to read a sequential file.

hi,

how to read sequential file. openseq statements how does it work.


thanks
srin
by parsi_cnu
Sun Mar 20, 2005 8:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create file
Replies: 2
Views: 826

thanks ray.

thanks
now i can create a file now.

sri
by parsi_cnu
Sun Mar 20, 2005 12:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: migration dsjobs from lower version to higher version
Replies: 7
Views: 2034

migration dsjobs from lower version to higher version

hi ,
i had peculiar situation i exported all my dsjobs and upgraded the server when i tried to import it says version problem. so how should i handle this.

advance
thanks
sri
by parsi_cnu
Sun Mar 20, 2005 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create file
Replies: 2
Views: 826

how to create file

when i tried to execute create.file type1 test from datastage\engine\bin i got a error saying unable to open voc file.
what is that mean.

advance thanks
sri
by parsi_cnu
Fri Mar 18, 2005 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get the just get the incremental load from source
Replies: 9
Views: 1549

how to write a routine

hi akhiln,

how to write a routine. since till now i havent came a necessity to write a routine and any documentation available anywhere

thanks
sri
by parsi_cnu
Fri Mar 18, 2005 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get the just get the incremental load from source
Replies: 9
Views: 1549

Re: how to get the just get the incremental load from source

but one thing i dont understand which routine i had to use to get maxvaluedate value from hash file. is it predefined or i had to write myself. since i have not much knowledgs of routines what should i do. thanks sri [quote="parsi_cnu"]hi, i had a problem like my source is appending daily....
by parsi_cnu
Thu Mar 17, 2005 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get the just get the incremental load from source
Replies: 9
Views: 1549

how to get the just get the incremental load from source

hi, i had a problem like my source is appending daily. Im running the DS job weekly so i want to get only the records that are loaded since my last job. i want to use condition based on date but how to automate that. i mean i can get max(date) from target but how i should use in the source table sql...