Search found 53125 matches
- Wed Jan 02, 2008 10:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Equalient DataStage function for oracle ceil
- Replies: 6
- Views: 4320
- Wed Jan 02, 2008 5:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to remove end tabs from Tab delimited file?
- Replies: 6
- Views: 2248
- Wed Jan 02, 2008 5:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null and duplicate
- Replies: 5
- Views: 1365
- Wed Jan 02, 2008 5:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSSetUserStatus, unable to use in parallel
- Replies: 5
- Views: 5180
- Wed Jan 02, 2008 5:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversions
- Replies: 7
- Views: 2539
- Wed Jan 02, 2008 5:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Return Code from dsjob -run OR use dsjob -jobinfo
- Replies: 2
- Views: 1163
- Wed Jan 02, 2008 5:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 2 consecutive Modify Stages
- Replies: 13
- Views: 3911
My thoughts also. First I wanted to check that Modify2 wasn't a "do nothing" Modify stage - one with just a KEEP specification - that would also be optimized out of the design. But you don't need the environment variable; try setting the combinability mode of either (or both) of the Modify stages to...
- Wed Jan 02, 2008 5:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Steps for OracleEnterprizeStage
- Replies: 2
- Views: 770
- Wed Jan 02, 2008 5:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting Error-12
- Replies: 3
- Views: 1056
- Wed Jan 02, 2008 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversions In Modify Stage
- Replies: 2
- Views: 1497
- Wed Jan 02, 2008 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversions
- Replies: 4
- Views: 2094
Lots. See Orchestrate Operators manual, particularly the chapter on the modify operator. Here are the main ones: date_from_days_since[date](int32) date_from_julian_day(int32) date_from_string[date_format](string) date_from_ustring[date_format](ustring) month_day_from_date(date) weekday_from_date[ori...
- Wed Jan 02, 2008 4:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job is getting aborted
- Replies: 10
- Views: 2202
Maveric wrote:First of all how do u use a peek stage as a source?
Just have the Peek stage upstream of the stage in question.
Code: Select all
Anything ----> Peek ----> OtherStages
|
|
V
SampleFile- Wed Jan 02, 2008 4:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Tracking on Different Projects
- Replies: 5
- Views: 3096
- Wed Jan 02, 2008 4:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change capture and change apply stage
- Replies: 3
- Views: 2238
- Wed Jan 02, 2008 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Weird Issue...Phantom error...
- Replies: 1
- Views: 747
You search the forum, in which it has been answered many times. Also helpful would be a more meaningful subject, and a description of what you are doing in the Transformer stage that generated the error. The name of the Transformer stage may be obtained from its generated source code, in RT_BP140/JO...