Search found 11 matches

by SharingDS
Sat Apr 21, 2007 12:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OBDC Lookup Performance
Replies: 3
Views: 1554

OBDC Lookup Performance

Hi Gurus, I need to lookup on huge data i.e around 7 million records and the performance is very very slow. I m making lookup directly on table using ODBC stage (Since the data is huge , i can't use hashed file).I have only one key column in the table where i m making lookup and That key column is V...
by SharingDS
Sat Mar 17, 2007 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of only jobs and number of only sequences in project
Replies: 5
Views: 2319

Thanks a lot Kim, Cr.cezon and Ray Ji ,

I got Ans exactly what i want.

Thanks once again

Cheers
by SharingDS
Wed Mar 14, 2007 7:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of only jobs and number of only sequences in project
Replies: 5
Views: 2319

Number of only jobs and number of only sequences in project

Hi Gurus, I can get the total number of jobs in a project by executing the query COUNT DS_JOBS WITH @ID LIKE '1N0N' , but 1) I want to get the number of jobs in a particular category in my project 2) Number of only jobs and number of only sequences in project 3)Number of only jobs and number of only...
by SharingDS
Mon Feb 05, 2007 1:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding COMMON function
Replies: 7
Views: 2531

Thanks a lot Ray and Kumar for u r answers, Kumar thanks for simplifying the code. And Kumar, i just explained with only two keys in the previous example. Here if u see the example below i have total 4 keys , among those Key1 is the common key across to generate the flags. Steps : 1), i want to crea...
by SharingDS
Sun Feb 04, 2007 6:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding COMMON function
Replies: 7
Views: 2531

Hi Kumar Then i need to explain about my rotine and the requirement In this routine i m comparing first record with the second record based on two keys and processing the first record and so on.... For this, first record i m just capturing in variables and when second record comes (i.e now current r...
by SharingDS
Sun Feb 04, 2007 5:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding COMMON function
Replies: 7
Views: 2531

Regarding COMMON function

Hi Gurus, I have created one routine using COMMON basic function and it is working fine. When i pass the output of this routine to the same routine then it is giving strange results. But if i copy this routine (Also changed the memory space name in copy routine) it is working fine even if i passed t...
by SharingDS
Fri Feb 02, 2007 2:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to take the splitted records as seperate records
Replies: 4
Views: 1767

How to take the splitted records as seperate records

Hi Gurus, I m splitting the single record into two records and after that i wanted to treat these two records as two seperate records Eg : Source Record : 3,CD,HHHHHHH,16-05-2004,31-12-99994,CD,MMMMMMM,01-01-2002,15-04-2002LastRecord Splitting this record using Char(10) (Using in between the record ...
by SharingDS
Wed Dec 13, 2006 8:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Script from DS Routine
Replies: 2
Views: 1468

Thanks a lot Ray.

I m able to do it .....
by SharingDS
Tue Dec 12, 2006 10:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Script from DS Routine
Replies: 2
Views: 1468

Calling Script from DS Routine

Hi Gurus, I have a Shell Script (For moving files from One directory to another directory) which i want to call from DataStage routine by passing the Parameteres (As Src Directory and Tgt Directory) to the script. Anyone tell me, Can DataStage Executes Unix Shell Script from Routine. Thanks in Advance
by SharingDS
Sat Oct 07, 2006 11:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running datastage job from a datastage routine
Replies: 5
Views: 4002

Hi Ray, Thanks for the Routine. It is usefull to me as well in my project. In my project we have many sequence names (Generated using SDKSequences) and i wanted to reset all those sequences to 0 when i m moving to Dev to Test AND Test to Prod. For that i m putting all the sequence names and the rese...
by SharingDS
Mon May 08, 2006 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Avoid warnings when Wait for file Timeouts.
Replies: 33
Views: 19059

Hi Craig,

I have gone through the code, i did't find where to pass the parameters. I mean file path ..etc in the routine code.

I understood that this routine will be called from Routine Activity before the actual jobs start running. correct me if i m wrong.

Cheers