Search found 53125 matches
- Thu Sep 08, 2005 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to build Time dimension table
- Replies: 11
- Views: 5529
You can use a Transformer stage as a row generator. Create a stage variable initialized to the internal form of the starting date (the initialization expression can use Iconv() and the starting date can be a job parameter). Increment the stage variable by 1. Output link constraint is that you are le...
- Thu Sep 08, 2005 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unlock Jobs by modifying VOC file..?
- Replies: 3
- Views: 1115
- Thu Sep 08, 2005 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to copy contents in Data Browser
- Replies: 2
- Views: 974
- Thu Sep 08, 2005 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Iconv
- Replies: 2
- Views: 880
If it's in YYYYMMDD format, then you need either [4,2,2] (not [2,2,2] which specifies a two-digit year) or nothing after the DYMD part of your Iconv() specification. Both of the following will work for YYYYMMDD format: Iconv(TheDate, "DYMD[4,2,2]") Iconv(TheDate, "DYMD") You then need to use Oconv t...
- Thu Sep 08, 2005 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject
- Replies: 3
- Views: 868
- Thu Sep 08, 2005 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: writing a message from a transform into job log
- Replies: 6
- Views: 2084
In BASIC, where there are no data types, there is no need to declare variables. Variables come into existence when first used. It follows from this that, where a variable name is used as an rvalue (for example on the right hand side of an assignment statement), it may be in an "unassigned" state - t...
- Thu Sep 08, 2005 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: link shared private file cache enabled, overriding no cache
- Replies: 5
- Views: 1146
- Thu Sep 08, 2005 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error:- ds_udtGetNextPacket Error calling DSHELPER
- Replies: 5
- Views: 2492
- Thu Sep 08, 2005 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TIMESTAMP
- Replies: 3
- Views: 994
- Thu Sep 08, 2005 4:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Simple division in Transformer stage results in zero
- Replies: 6
- Views: 4366
- Thu Sep 08, 2005 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 0 (zero) padding for number datatype field
- Replies: 2
- Views: 2141
- Thu Sep 08, 2005 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Mointoring on Solaris
- Replies: 5
- Views: 1466
- Thu Sep 08, 2005 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator warning as viewed in director log
- Replies: 5
- Views: 1710
- Thu Sep 08, 2005 4:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create New Stage in DataStage.
- Replies: 2
- Views: 1652
- Thu Sep 08, 2005 1:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UV Table
- Replies: 1
- Views: 815