Search found 53125 matches
- Wed Apr 06, 2005 5:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does filter command in sequential file stage work?
- Replies: 12
- Views: 11712
- Wed Apr 06, 2005 5:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Stage 8
- Replies: 2
- Views: 873
It's not officially "version 8" yet. It's called "the Hawk release" and it's just gone into the first of three phases of beta testing. Scheduled general availability is September 2005. The main changes are ("Sorcerer") an active dashboard giving access from a single point to all Ascential products, ...
- Wed Apr 06, 2005 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors
- Replies: 6
- Views: 1321
Probably THE most important rule for Link Collector and Link Partitioner stages is identical metadata on all input and output links. You have encountered one of the things that often traps folks new to shared containers. I make it a practice to document the columns being processed in a shared contai...
- Wed Apr 06, 2005 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to attach to project - NLS incompatible
- Replies: 2
- Views: 852
- Wed Apr 06, 2005 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJS.NOTRUNNING=99
- Replies: 4
- Views: 1743
- Wed Apr 06, 2005 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: after job routine
- Replies: 3
- Views: 830
- Wed Apr 06, 2005 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Command Language (DS shell)
- Replies: 8
- Views: 4118
Whatever you tell DataStage (via SET.TERM.TYPE) must match the terminal type that your emulator (PuTTY) is emulating. For example, if PuTTY is configured to be emulating vt220, then is the command that you need to issue.
Code: Select all
SET.TERM.TYPE vt220 - Wed Apr 06, 2005 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: ds_ipcgetnext - timeout waiting for mutex
- Replies: 2
- Views: 1974
- Wed Apr 06, 2005 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can i use same hash file 3 jobs running parallel
- Replies: 3
- Views: 943
- Wed Apr 06, 2005 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aborting job on business case + logging message in Joblog
- Replies: 3
- Views: 1219
You can trigger the abort condition by limiting the rows on that output link (rightmost column in the Constraints grid). However, I do not think that that number can be a job parameter. To intercept and abort you could (for example) test @OUTROWNUM on that link and fire a routine when it exceeds you...
- Wed Apr 06, 2005 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading stage variable in another stage
- Replies: 6
- Views: 2488
- Wed Apr 06, 2005 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot??
- Replies: 1
- Views: 990
- Wed Apr 06, 2005 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: trailing characters. Cant get rid
- Replies: 8
- Views: 3882
- Wed Apr 06, 2005 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Testing CHAR fields for numeric value in DS390
- Replies: 1
- Views: 805
The only thing I can imagine is a quite complex expression explicitly testing each character position, with some superimposed logic that tests ordering (for example no embedded spaces). It'll be ugly, since it has to cover all possibilities, but should be do-able in DS390. Plan it all out on paper, ...
- Wed Apr 06, 2005 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Char data type not accepting "0" from table
- Replies: 9
- Views: 2544