Search found 336 matches

by Raftsman
Wed Jun 15, 2005 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Logic Error
Replies: 3
Views: 1416

Transformer Logic Error

I asked a question about setting defaults when joining two tables (HASH and DB2) and some codes aren't found. I coded the transform as this and keep getting an error. Two questions: Can I set two variables in the Then and else statements Can I remove the else and end and the code will pass through t...
by Raftsman
Tue Jun 14, 2005 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File
Replies: 1
Views: 1086

Hash File

I created an exception Hash file. Loc_cd Strt_tm End_tm I combined two tables, DB2 and hash file using a Loc_cd. During the join, it is possible that some codes on the DB2 table will not match the hash table. If there is no match I would like to pass a default strt_tm and End_tm that isn't in the ha...
by Raftsman
Mon Jun 06, 2005 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine - Custom Build
Replies: 4
Views: 1160

Server Routine - Custom Build

Is it possible to code the SELECT statement in the code routine? The help documentation is very limited in this area.

Thanks
by Raftsman
Tue May 31, 2005 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Built-In Functions
Replies: 4
Views: 1735

Thanks, it worked
by Raftsman
Tue May 31, 2005 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Built-In Functions
Replies: 4
Views: 1735

Built-In Functions

I want to use the internal DS functions "Convertweek" and "Week.tag" in a built-in function. I get the following error messages

Array 'ConvertWeek' never dimensioned.
Array 'WEEK.TAG' never dimensioned.

Do I need to declare these internal commands somewhere.

Thanks
by Raftsman
Thu May 26, 2005 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GMT and Time Zone
Replies: 1
Views: 1060

GMT and Time Zone

Is there a function or method to determine Daylight versus Standard time? I know that the first Sunday of April and last Sunday of October is DST but I can't find a function to determine this. Has anyone developed some built-in functions? As well, is there a function to convert EST to GMT? I can see...