Search found 53125 matches

by ray.wurlod
Sat Mar 26, 2011 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to longnvarchar value in datastage
Replies: 3
Views: 2530

When you imported the table definition, what data type was detected/selected?
by ray.wurlod
Sat Mar 26, 2011 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can aggregator stage be of some help
Replies: 21
Views: 7860

Example of Fork Join Design

Code: Select all

----> Copy  ----------------> Join ---->
        |                       ^
        |                       |
        +----> Aggregator  -----+
by ray.wurlod
Fri Mar 25, 2011 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert to MM/DD/YYYY HH:MI:SS AM/PM format in Server job
Replies: 10
Views: 11902

You're using a 12 hour clock in your value but at 24 hour clock (HH24) in your date format picture. That's almost certainly why it's not working. Your date picture does not match the string date format.
by ray.wurlod
Fri Mar 25, 2011 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 24 Hour time format
Replies: 3
Views: 3611

Handy, that Search functionality!
by ray.wurlod
Fri Mar 25, 2011 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading files into Oracle tables
Replies: 4
Views: 4160

Use one job, with a schema file (whose pathname is passed as a job parameter) to describe the structure and Runtime Column Propagation enabled. Pass the file name and the Oracle table name as job parameters also.
by ray.wurlod
Fri Mar 25, 2011 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can aggregator stage be of some help
Replies: 21
Views: 7860

Fork-join (twice) with two Aggregator stages.
by ray.wurlod
Fri Mar 25, 2011 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Non-Ascii characters
Replies: 3
Views: 2819

There's no such thing as junk characters. They are your client's data. If they're in the source database, they're valid, and you have to move them. First step is to find out what they actually are. When you've posted that, we should be able the help further.
by ray.wurlod
Fri Mar 25, 2011 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to filter the records which contains special chars
Replies: 5
Views: 2181

DSXchange is not a mobile phone. Will you please stop using SMS-style abbreviations?!

Yes, the function is Alpha(), not IsAlpha(). It returns a true/false value depending on whethe the string consists wholly of alphabetic characters.
by ray.wurlod
Fri Mar 25, 2011 11:47 am
Forum: General
Topic: Director scheduler not working properly
Replies: 3
Views: 1320

What were the default settings (Tools > Options) in Director when you scheduled the job?
by ray.wurlod
Fri Mar 25, 2011 11:46 am
Forum: General
Topic: DSEngine/bin/uv -admin -start
Replies: 6
Views: 2207

Read the second paragraph of my earlier post again.
by ray.wurlod
Fri Mar 25, 2011 11:45 am
Forum: General
Topic: error
Replies: 2
Views: 989

Why do you specifically want U (one of our posters) to help you?

The second person personal pronoun in English is spelled "you".
by ray.wurlod
Fri Mar 25, 2011 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How oracle 10G up-gradation impact on datastage jobs
Replies: 1
Views: 860

Welcome aboard.

I can not answer your Oracle features not working question, but your existing version 9 Oracle client software will happily communicate with an Oracle 10g instance.
by ray.wurlod
Fri Mar 25, 2011 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert rows in to column
Replies: 7
Views: 3993

It is possible. This is precisely what the Pivot stage does.
by ray.wurlod
Fri Mar 25, 2011 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling DSSetParam(ST_DATE), code=-4 [ParamVal]
Replies: 8
Views: 7103

Is this the word "NULL" or a true NULL ? Because anything concatenated with a true NULL leads to NULL as the result. If it's a word, then your Ereplace() solution should still work.
by ray.wurlod
Fri Mar 25, 2011 1:12 am
Forum: General
Topic: Configuring a new project in V8.0.1
Replies: 11
Views: 3764

It is very unusual that isadmin has been given any DataStage project role. Perhaps a different user should be used. Are DataStage credentials set up correctly in Web Console?