Search found 222 matches

by rsunny
Mon Mar 28, 2011 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Send a notification mail when count mismatches
Replies: 2
Views: 1683

Re: Send a notification mail when count mismatches

Hi ... I have an requirement like to send a notification mail if the count of records in two tables not same, those two tables populated in same job. Any suggestions how to handle this Compare the two counts may be like if count1=count2 then 'Y' else 'N' and use DSSETUSERSTATUS routine and then sen...
by rsunny
Tue Mar 22, 2011 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion
Replies: 3
Views: 1887

Thanks Ray ...
by rsunny
Tue Mar 22, 2011 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion
Replies: 3
Views: 1887

Conversion

Hi,

Is there any inbuilt function to Convert character to hexadecimal.

Thanks in advance
by rsunny
Tue Mar 22, 2011 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 2
Views: 2279

Thanks Craig for your help
by rsunny
Tue Mar 22, 2011 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 2
Views: 2279

KeyMgtGetNextValue

Hi , I am using KeyMgtGetNextValue and the Argument which i am passing is the tablename but in the Datastage transformer it is showing Red but still i ran the job i got a warning DataStage Job 282 Phantom 2640 Program "DSX.KEYMGTGETNEXTVALUE": Line 58, Variable "Arg1" previously ...
by rsunny
Mon Mar 14, 2011 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character to Number
Replies: 6
Views: 4905

Hi ,

Thanks all for the reply . As i dont have any experience in writing Routines , Can anyone guide me how to write a routine to solve this issue.

Any help is really appreciated

Thanks in advance
by rsunny
Mon Mar 14, 2011 1:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character to Number
Replies: 6
Views: 4905

Use Seq function for each character in string: Seq(<strig>[1,1]):Seq(<strig>[2,1]):Seq(<strig>[3,1]) and so on. Hi , Thanks for your quick reply , but the logic above is for each character and i want for multiple characters. I mean , i dont know the input , the input might be abc for 1 row and sdfg...
by rsunny
Mon Mar 14, 2011 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character to Number
Replies: 6
Views: 4905

Character to Number

Hi ,

Can any one tell me how to convert Character to Decimal Value . For example if i have A , it should convert to 65 . and if i have Aa it should convert to 6597.

Any help is really appreciated

Thanks in advance
by rsunny
Wed Mar 02, 2011 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance
Replies: 5
Views: 3451

Hi , I am doing some transformations before loading into DB.And most of the time taking while doing lookup i mean loading data from DB to hash file to do look up say if my job ran for 10 min , then in order to load from DB to hash file to do lookup is taking almost 6 to 7 min. And i tried with check...
by rsunny
Wed Feb 23, 2011 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance
Replies: 5
Views: 3451

Hi , I am also doing a lookup from the hash file , so the time taken to load from db to hash file for lookup is also more around 5000 rows / sec. So the time is taking more at the reading and loading. Is there anything that i can speed up to load the data from db to hash file so that it might increa...
by rsunny
Tue Feb 22, 2011 5:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance
Replies: 5
Views: 3451

Performance

Hi, I am trying to load almost like 2 million records into database which is oracle. I used link partitioner , link collector , IPC stages also. I also increased the array size in db to 30,000 and transaction handling to the same number but still taking almost more than 30 min to load and my source ...
by rsunny
Fri Feb 18, 2011 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DAT file
Replies: 14
Views: 10104

Hi ,

I used a sequential stage and used the DAT file in sequential stage and when i view the data i could able to view the data. So i would like to know the DAT files can be used by both sequential or CFF stage

Thanks in advance
by rsunny
Wed Feb 16, 2011 5:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DAT file
Replies: 14
Views: 10104

Hi ray,

can you tell me what is DIS file means?

Thanks in advance
by rsunny
Wed Feb 16, 2011 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DAT file
Replies: 14
Views: 10104

Hi,

Its in ASCII and and i am not sure if has packed fields or not and can you tell me how do we determine whethe it is paacked fields or they are going to tell about this and they had provided cobol copy book
by rsunny
Wed Feb 16, 2011 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DAT file
Replies: 14
Views: 10104

Hi ,

Actually they are extracting the mainframe data into DAT file and FTPed the DAT file into Datastage Server.

Thanks in advance