Search found 53125 matches

by ray.wurlod
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

You might like to mark the thread as Resolved, then.
by ray.wurlod
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

Set the Final Delimiter property value to tab.
by ray.wurlod
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

That is a completely different issue and warrants a separate search and/or thread.

Your original issue (the occurrence of "NULL" in your data) appears to have been resolved. Please mark this thread accordingly.
by ray.wurlod
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

Why can't you use it in a parallel job? The DSSetUserStatus() function exists in the DataStage C API, therefore you can create a parallel routine and use it, in a similar way that you have to create a server routine to use it in a server job.
by ray.wurlod
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

Date data types, as I explained elsewhere, do not have formats. It is only when they are represented as string data type that the format becomes relevant. If you have dates, as you state, then your question is moot.
by ray.wurlod
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

Read about dsjob in the manual. The job status is always available on file unit #2 (stderr).
by ray.wurlod
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...
by ray.wurlod
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

Provide values for the appropriate properties (including Remote Server where required). The rest happens when you View Data or run the job.
by ray.wurlod
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

Please post the code of your After-Job subroutine.
by ray.wurlod
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

If the input column is a Date data type it has no particular format; Date is a binary data type within DataStage. Therefore your fundamental assumption (that you have a date with different formats) is not tenable.
by ray.wurlod
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...
by ray.wurlod
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
by ray.wurlod
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

It's a co-ordination nightmare!
by ray.wurlod
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

Nothing springs to mind. Change Capture is one of three stage types that can detect change. I can envisage no use for Change Apply in SCD2 management.
by ray.wurlod
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...