Search found 53125 matches
- Wed Apr 18, 2012 2:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parallel datasets
- Replies: 7
- Views: 2233
- Wed Apr 18, 2012 2:58 am
- Forum: General
- Topic: Equivalent of WeekdayFromDate in Job sequence
- Replies: 7
- Views: 3277
- Wed Apr 18, 2012 1:43 am
- Forum: General
- Topic: Equivalent of WeekdayFromDate in Job sequence
- Replies: 7
- Views: 3277
- Wed Apr 18, 2012 1:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex Flat File Stage
- Replies: 27
- Views: 10509
- Wed Apr 18, 2012 12:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: please provide logic for this
- Replies: 5
- Views: 1689
- Tue Apr 17, 2012 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Find the character in a string
- Replies: 11
- Views: 14684
There's a very elegant solution if you're prepared to use the BASIC Transformer stage (or a server Transformer in a server Shared Container in your parallel job, or a server job). You can use server pattern matching via the MatchField() function, and delimited field replacement via the FieldStore() ...
- Tue Apr 17, 2012 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parallel datasets
- Replies: 7
- Views: 2233
- Tue Apr 17, 2012 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file error
- Replies: 2
- Views: 1028
- Tue Apr 17, 2012 4:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Find the character in a string
- Replies: 11
- Views: 14684
"WS" or "TS"?
If it's always two characters then an approach using substring would be the most efficient. For example:
If it's always two characters then an approach using substring would be the most efficient. For example:
Code: Select all
InLink.TheString[1,2] : "TS" : InLink.TheString[3,Len(InLink.TheString)-2]- Tue Apr 17, 2012 4:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Edit table definition & reflect on referenced job automa
- Replies: 2
- Views: 1691
- Tue Apr 17, 2012 1:41 am
- Forum: General
- Topic: Jobs disapper in the Director
- Replies: 5
- Views: 1176
- Tue Apr 17, 2012 1:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Make Vector stage
- Replies: 1
- Views: 977
- Tue Apr 17, 2012 1:37 am
- Forum: General
- Topic: Unable to query the Datastage Repositary tables
- Replies: 5
- Views: 1669
The dsenv script sets up necessary environment variables to enable you to use the dssh environment. The fact that you can't open the unohist file may be related to permissions. This file is used in initialization of the dssh environment. You might like to try $DSHOME/bin/uv instead. After, of course...
- Mon Apr 16, 2012 11:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed Files Dictionary getting corrupted
- Replies: 2
- Views: 1168
- Mon Apr 16, 2012 3:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date to Timestamp
- Replies: 16
- Views: 4747