Search found 53125 matches
- Wed Jan 10, 2007 1:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine to get Maximum job number
- Replies: 17
- Views: 4006
- Wed Jan 10, 2007 1:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stopping DataStage Control Jobs with Sleep Commands
- Replies: 7
- Views: 3304
- Wed Jan 10, 2007 1:51 pm
- Forum: Site/Forum
- Topic: session timeouts, remember-me, & odd login prompt
- Replies: 3
- Views: 2559
- Wed Jan 10, 2007 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: slow read from dataset - combinability mode issue?
- Replies: 12
- Views: 3970
- Wed Jan 10, 2007 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: slow read from dataset - combinability mode issue?
- Replies: 12
- Views: 3970
- Wed Jan 10, 2007 4:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MIGRATION OF HASH FILES from one project to another
- Replies: 6
- Views: 3443
- Wed Jan 10, 2007 1:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MF syntaxing for aliasing
- Replies: 12
- Views: 3294
- Wed Jan 10, 2007 1:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine to get Maximum job number
- Replies: 17
- Views: 4006
I_Server_Whale wrote:The Trim() is necessary, otherwise the number '1' is appended to the result.
This number '1' is from:Code: Select all
1 records listed
You can lose that by putting COUNT.SUP into the query.
- Wed Jan 10, 2007 1:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rountine to return delimited list of JOBNO in project
- Replies: 25
- Views: 6831
That's not my code, so you didn't "figure it out". You don't need the loop if you use ReadList and Convert. And you don't need Trim either. There is no extraneous space in the Select List and therefore none in the dynamic array and therefore none in the comma-delimited list. There's no column headin...
- Wed Jan 10, 2007 1:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read data from sqlserver
- Replies: 2
- Views: 810
- Tue Jan 09, 2007 11:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: creating a composite column
- Replies: 6
- Views: 1469
- Tue Jan 09, 2007 11:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup with multiple columns
- Replies: 31
- Views: 8721
- Tue Jan 09, 2007 11:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rountine to return delimited list of JOBNO in project
- Replies: 25
- Views: 6831
- Tue Jan 09, 2007 11:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp difference
- Replies: 3
- Views: 1285
To reinforce what Craig posted, ISO 8601 specifies this year-first format precisely because timestamps thus constructed can be directly compared as strings. Depending on where you are getting your data from, you should be able to specify the format as part of the extraction SQL. If it's a text file,...
- Tue Jan 09, 2007 11:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Table, Log table
- Replies: 8
- Views: 1694