Search found 53125 matches
- Thu Nov 20, 2008 2:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Read
- Replies: 6
- Views: 1924
- Thu Nov 20, 2008 2:41 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Information Analyzer and Access
- Replies: 9
- Views: 4644
- Thu Nov 20, 2008 2:39 pm
- Forum: General
- Topic: how can i use NOT operator in TCL Command
- Replies: 10
- Views: 3821
NOT.MATCHING is a synonym for UNLIKE in RetrieVe query language. If you like that kind of thing.
Code: Select all
SSELECT DS_JOBS WITH NAME NOT.MATCHING "\\..."- Thu Nov 20, 2008 2:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to write a unix condition
- Replies: 13
- Views: 3395
- Thu Nov 20, 2008 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Log - Fatal Error : Non-pipe....
- Replies: 2
- Views: 1582
- Thu Nov 20, 2008 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reject String that has char outside specified ascii range
- Replies: 1
- Views: 770
- Thu Nov 20, 2008 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to write a unix condition
- Replies: 13
- Views: 3395
- Thu Nov 20, 2008 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String pattern matching in lookup stage!!!
- Replies: 5
- Views: 2875
- Thu Nov 20, 2008 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exception Handler
- Replies: 4
- Views: 1600
- Thu Nov 20, 2008 2:22 pm
- Forum: General
- Topic: how can i use NOT operator in TCL Command
- Replies: 10
- Views: 3821
The SQL SELECT uses NOT LIKE
However the RetrieVe SSELECT (which is not SQL) does not. It can use UNLIKE, but must use pattern match wildcards rather than SQL wildcards.
However the RetrieVe SSELECT (which is not SQL) does not. It can use UNLIKE, but must use pattern match wildcards rather than SQL wildcards.
Code: Select all
SSELECT DS_JOBS WITH NAME UNLIKE "\\..."- Thu Nov 20, 2008 2:18 pm
- Forum: General
- Topic: Data souce (DSN) using ODBC driver for Excel
- Replies: 4
- Views: 1333
Data Direct - the vendors of the drivers that ship with DataStage and other drivers. There are other vendors of ODBC drivers for UNIX - use the Internet to find them.
- Thu Nov 20, 2008 2:16 pm
- Forum: General
- Topic: calling routine/job across proejcts
- Replies: 10
- Views: 2803
- Thu Nov 20, 2008 2:14 pm
- Forum: General
- Topic: Populate Field with data from an other source.
- Replies: 8
- Views: 2194
What have you tried? I would imagine the solution would be fairly identical in a parallel Transformer stage, though the expression to generate the sequence number may need to take account of the fact that the Transformer stage is executing on more than one node - or you could force it to execute in ...
- Thu Nov 20, 2008 2:11 pm
- Forum: IBM QualityStage
- Topic: MatchDesigner usage with Blocking and Matching Columns
- Replies: 5
- Views: 2529
- Thu Nov 20, 2008 3:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: copy dataset
- Replies: 1
- Views: 969