Search found 53125 matches
- Wed Apr 21, 2010 9:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: cleanup Repository
- Replies: 4
- Views: 1610
- Wed Apr 21, 2010 9:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with creation of score file
- Replies: 5
- Views: 3086
- Wed Apr 21, 2010 9:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Websphere 6 - Does not start (Java not recognized command)
- Replies: 4
- Views: 3725
- Wed Apr 21, 2010 9:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade Websphere Application Server
- Replies: 2
- Views: 1654
- Wed Apr 21, 2010 9:02 pm
- Forum: General
- Topic: Sequential File Stage and file name variable
- Replies: 8
- Views: 2627
Code: Select all
Field(InLink.FileNameColumn, "/", Count(InLink.FileNameColumn, "/") + 1, 1)- Wed Apr 21, 2010 8:58 pm
- Forum: General
- Topic: CheckSum() Function
- Replies: 11
- Views: 7878
Strange, that's the first time you've mentioned that. I have a vague recollection that UniVerse used to include a CRC function of some kind, but CRC-16 is not a complex algorithm (search the internet) so you would be able to create your own quite easily - even in stage variables in a Transformer sta...
- Wed Apr 21, 2010 3:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filter Stage - Custom function
- Replies: 4
- Views: 3130
- Wed Apr 21, 2010 1:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with creation of score file
- Replies: 5
- Views: 3086
- Wed Apr 21, 2010 1:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Name in a Job Activity stage in a job sequence
- Replies: 2
- Views: 871
- Wed Apr 21, 2010 1:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX Job not running
- Replies: 6
- Views: 2162
- Wed Apr 21, 2010 1:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Bulk Load Stage
- Replies: 3
- Views: 2551
- Tue Apr 20, 2010 8:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date dimension in data warehouse
- Replies: 2
- Views: 1527
I typically use a server job (with a Transformer stage as a row generator) or a parallel job (with a Row Generator stage) to generate the dates and surrogate keys. Attributes in a date dimension vary with different customers' requirements. Typically they will include: date components (day, month, qu...
- Tue Apr 20, 2010 4:19 pm
- Forum: General
- Topic: CheckSum() Function
- Replies: 11
- Views: 7878
- Tue Apr 20, 2010 4:15 pm
- Forum: General
- Topic: finding delimiters
- Replies: 7
- Views: 2037
Much easier in server job or using BASIC Transformer stage in parallel job.
Code: Select all
MatchField(InLink.TheColumn, "0N1X0N0X", 2)