Search found 4 matches

by cconley
Thu Aug 03, 2006 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bug in DSGetJobInfo DSJ.JOBELAPSED?
Replies: 1
Views: 1438

Bug in DSGetJobInfo DSJ.JOBELAPSED?

I think I have encountered a problem with the DSGetJobInfo function for the Elapsed Seconds (DSJ.JOBELAPSED). I have examples where a job starts before midnight and finishes after midnight and the function returns 0 seconds. However, if i generate a job report with dsjob, it reflects the correct amo...
by cconley
Tue Jun 20, 2006 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to supress leading Zeros
Replies: 7
Views: 3393

Using the Trim function with the "L" option will also trim leading zeros: Trim(field,'0','L')
by cconley
Tue Jun 20, 2006 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archiving of a Table: DTS Packages vs DataStage
Replies: 12
Views: 5524

Here are some other ideas... If you are familiar with how partition tables work in SQL Server, you could create a partition view with monthly partitions (which in SQL Server equate to physical tables) for both the "current" and "archive" tables. This would allow you some flexibil...
by cconley
Tue Jun 20, 2006 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creteria for opting Hashed file
Replies: 9
Views: 3427

Thanks a lot for the quick response. I have DatasetA(C1, C2, C3) and very less number of rows than DatasetB(C2, C3) So I hope A has to be used as a lookup as per my understanding. Correct me if I am wrong. I have C1, C2 C3 columns in Set A and C2, C3 in set B. I have to compare C3 from both the dat...