Search found 53125 matches

by ray.wurlod
Thu Oct 16, 2008 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non significant spaces,on the left must be replaced zeros
Replies: 4
Views: 1387

Can you please purchase a premium membership, so that you can see my solution (and help to keep DSXchange alive)?
by ray.wurlod
Thu Oct 16, 2008 1:27 am
Forum: Data Integration
Topic: Automatic way to integrate the Feed's from source system
Replies: 3
Views: 9438

How do you know when one of these feeds is ready? That is, what would trigger DataStage processing?
by ray.wurlod
Wed Oct 15, 2008 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non significant spaces,on the left must be replaced zeros
Replies: 4
Views: 1387

Fmt() is not available in parallel jobs. Had you bothered to Search you would have discovered that it's even easier than your "solution". Assuming you require a seven-character wide result with leading zeroes, use something like Right(("0000000" : OutAgg.QTY), 7) The inner ...
by ray.wurlod
Wed Oct 15, 2008 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple UserID's
Replies: 3
Views: 889

There should be a group to which all DataStage users belong and that is used to give access to the software. This group is ideally separate from the group that is associated with a project. Except as required by the operating system the dsadm user does not need to belong to any particular group (but...
by ray.wurlod
Wed Oct 15, 2008 7:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting record from Oracle table
Replies: 5
Views: 2637

And was any record in fact provided to the stage on node #1? If you only provided one record in your design, then it was unwise to run that stage on more than one node.
by ray.wurlod
Wed Oct 15, 2008 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sync tables that are different layouts (Oracle to Oracle)
Replies: 8
Views: 1909

The answer to your original question is Yes. What you should do is simply to design your jobs do to precisely what is required.
by ray.wurlod
Wed Oct 15, 2008 7:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace Db2 stage with Teradata stage
Replies: 13
Views: 5788

You don't need Perl - any sensible programming language (including DataStage BASIC) can be used. Be aware that V0 is not the only possibility - for example if containers form part of the job design you will get V1, V2, and so on. And if there are shared containers an additional level of complexity i...
by ray.wurlod
Wed Oct 15, 2008 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get end date of the month
Replies: 5
Views: 2965

You could use DayFromDate() to get the day number and DateFromDaysSince() to get the new date.
by ray.wurlod
Wed Oct 15, 2008 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Application
Replies: 0
Views: 648

Precedence is "most recent actually set". If NLS map name is set in the project but not in the job or stage, then the setting from the project takes effect. If NLS map name is actually set in the job properties (that is, is not set to "project default"), and is not overridden in a particular stage, ...
by ray.wurlod
Wed Oct 15, 2008 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: abort after 50 warnings
Replies: 8
Views: 1649

I f you run from Designer you must explicitly set the Warnings limit on the Limits tab.
by ray.wurlod
Wed Oct 15, 2008 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: abort after 50 warnings
Replies: 8
Views: 1649

I f you run from Designer you must explicitly set the Warnings limit on the Limits tab.
by ray.wurlod
Wed Oct 15, 2008 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rounding issue while loading in to sql server
Replies: 4
Views: 859

Data types float and dfloat can not be stored accurately in digital computers. Stick with Decimal or Numeric as the data type.
by ray.wurlod
Wed Oct 15, 2008 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix Connectivity Issue
Replies: 3
Views: 1488

Does the sqlhosts file have a line terminator at the end of its last line?
by ray.wurlod
Wed Oct 15, 2008 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with reading Date value from Mainframe using API stage
Replies: 1
Views: 711

Can you please post the actual error message? I suspect that this is a DB2 restriction rather than a DataStage one; your DBA may therefore be able to assist.
by ray.wurlod
Wed Oct 15, 2008 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Supressing Non Printable characters in a String
Replies: 2
Views: 2130

Welcome aboard.

Yes there is. Did you Search for the answer?