Search found 53125 matches

by ray.wurlod
Mon Sep 22, 2008 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clarification on Range Lookups
Replies: 4
Views: 1202

Integer is fine. There are known problems with VarChar when performing range lookups, at least in version 8.0.
by ray.wurlod
Mon Sep 22, 2008 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Left outer join - Nulls - Join Stage
Replies: 4
Views: 2434

Column properties are properties of the link, so setting Nullable on the inputs of the Join stage (which I suggested earlier) is equivalent to setting it on the outputs of the upstream stages.
by ray.wurlod
Mon Sep 22, 2008 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting from Varchar to Decimal
Replies: 2
Views: 1527

Or simply insert the decimal placeholder before doing the conversion.

Code: Select all

StringToDecimal(Left(InLink.TheString,5) : "." : Right(InLink.TheString,2))
by ray.wurlod
Mon Sep 22, 2008 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2EE stage - write data to 2 different DB instances
Replies: 14
Views: 4736

Just set the DB2-related environment variables separately for each "application".
by ray.wurlod
Mon Sep 22, 2008 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage designer
Replies: 1
Views: 980

It's different in different organizations. At its simplest it's DataStage design and development, obviously. In a sufficiently large organization where complete target-from-source mapping documents are available, then that may be all there is. Though obviously there will be some degree of unit testi...
by ray.wurlod
Mon Sep 22, 2008 3:56 pm
Forum: IBM QualityStage
Topic: Rule Sets in Quality Stage
Replies: 6
Views: 2332

May I suggest that creation of rule sets is not something that can be learned from the manual? You really do need to have hands-on access to the software. And, if you have the software, you have the manuals.
by ray.wurlod
Mon Sep 22, 2008 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to export DS category from windows command prompt
Replies: 10
Views: 3260

I know of no way (apart from using the client) to export the contents of a category. However you may like to search DSXchange.
by ray.wurlod
Mon Sep 22, 2008 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to export DS category from windows command prompt
Replies: 10
Views: 3260

You don't. The dsexport command exports the entire project.
by ray.wurlod
Mon Sep 22, 2008 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: i would like write px 7.5x2 exam.
Replies: 1
Views: 797

Practice questions and other information on the IBM website (look for exam number 415). Actual exams are administered by Prometric and the only ways to obtain those materials are illegal. Exam preparation classes are offered by IBM, but usually only in conjunction with conferences such as IOD 2008. ...
by ray.wurlod
Mon Sep 22, 2008 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to identify actual leftouter join happend in join
Replies: 1
Views: 788

Dump the score for the job and inspect that. Or inspect the generated OSH produced by compiling the job. Or even inspect the Join stage itself.
by ray.wurlod
Mon Sep 22, 2008 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Diff between DS 7.5 & 7.5.2
Replies: 2
Views: 996

Welcome aboard.

The scurrilous answer is ".2". Mainly 7.5.2 contains bug fixes so should have fewer bugs than 7.5 "vanilla". Somewhere on your system there will be a file containing "what's new in this release".
by ray.wurlod
Mon Sep 22, 2008 5:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Many rows to 1 row
Replies: 4
Views: 1292

Moderator: please move to parallel forum

I very nearly answered this question with a solution that is only appropriate to server jobs.
:x
by ray.wurlod
Mon Sep 22, 2008 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Unix commands in datastage
Replies: 17
Views: 39207

Magesh_bala wrote:In Execute command we cant execute the shell script commands, We can call only the shell scripts files.

Not true.

If you can prove that your assertion is true I would be interested in seeing the proof.

I execute individual commands through Execute Command activity quite frequently.
by ray.wurlod
Mon Sep 22, 2008 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when I try to access the Information Server
Replies: 2
Views: 1453

When you state "Admin User" do you mean the operating system admin user (superuser) or the Information Server admin user? If it is the Information Server admin user, might that user's password have expired?
Can you get access to, say, the Reporting tab?
by ray.wurlod
Mon Sep 22, 2008 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacing DB2 enterprise stage with teradata enterprise stag
Replies: 11
Views: 2839

Perhaps you could outsource the work to hamzaqk's organization?

(I was going to use the term "offshore" until I realized that there is no sea between India and Pakistan!)