Search found 6797 matches
- Thu Jun 14, 2007 8:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restartablity of sequence
- Replies: 7
- Views: 2697
Put B and C in a second sequence job and call that sequence job in your first sequence job. SOmething like A---->D Execption Handler----->Terminator D= B ------>C ------>C----->Terminator Activity Make the first sequence job that contains A and D restartable. And the second one remains without havin...
- Thu Jun 14, 2007 7:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Temp Dir Space issue
- Replies: 5
- Views: 1357
- Thu Jun 14, 2007 7:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job aborting
- Replies: 2
- Views: 738
- Wed Jun 13, 2007 1:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim() with options L, T and B.
- Replies: 20
- Views: 4903
- Wed Jun 13, 2007 1:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: About ODBC update action............
- Replies: 17
- Views: 5043
- Wed Jun 13, 2007 1:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Truncate the table before inserting into it.
- Replies: 6
- Views: 829
- Wed Jun 13, 2007 12:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Truncate the table before inserting into it.
- Replies: 6
- Views: 829
- Wed Jun 13, 2007 11:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Function in Parallel job similar to "Matches" in S
- Replies: 4
- Views: 723
- Wed Jun 13, 2007 9:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Function in Parallel job similar to "Matches" in S
- Replies: 4
- Views: 723
- Wed Jun 13, 2007 9:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with StringToDate Function
- Replies: 8
- Views: 1608
- Wed Jun 13, 2007 8:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data transfer from a dataset to a oracle table
- Replies: 10
- Views: 2063
- Wed Jun 13, 2007 8:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim() with options L, T and B.
- Replies: 20
- Views: 4903
Unfortunately that does not work. Thats really odd. But the following works to remove tabs.
Code: Select all
Trim(DSLink17.Num1,' ','L')
Trim(DSLink17.Num1,' ','T')- Wed Jun 13, 2007 8:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data transfer from a dataset to a oracle table
- Replies: 10
- Views: 2063
- Wed Jun 13, 2007 8:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with StringToDate Function
- Replies: 8
- Views: 1608
- Wed Jun 13, 2007 8:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim() with options L, T and B.
- Replies: 20
- Views: 4903