Search found 42189 matches

by chulett
Thu Jan 15, 2015 12:20 am
Forum: General
Topic: Capture Fatal error message
Replies: 7
Views: 2127

DataStage routines are written in BASIC. From what I recall, all of the routines that ship with the product include their source code which you can examine as a great learning tool. Can you clarify for us exactly what 'fatal error message' you are after, is it in fact any from the job's log that you...
by chulett
Wed Jan 14, 2015 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can one remove an end-of-wave from a data stream?
Replies: 6
Views: 2849

I for one have no idea but will be following this with bated breath. :wink:
by chulett
Wed Jan 14, 2015 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switching from Windows to Unix issues
Replies: 5
Views: 1788

Try doing an exact search here for "code 256" and see if any of the previous posts with that error help, if you haven't already.
by chulett
Wed Jan 14, 2015 10:45 am
Forum: General
Topic: Handle Java Encrypted Source file.
Replies: 10
Views: 2910

This last question?
vibwipro wrote:Just wanted to check .. do we need to install some patches on Datastage sever or on Unix box to execute Java Code ??
eostic wrote:No...the Java Stages (Java Transformer, Java Client and Java Integration Stage [9.1 if you want to use the latter]) are built into the tool.
by chulett
Wed Jan 14, 2015 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date comparsion in transformer
Replies: 4
Views: 5473

So... what happens when you actually compare them? Actual dates or strings in that format should compare just fine without any kind of secret sauce added.
by chulett
Wed Jan 14, 2015 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping
Replies: 2
Views: 1143

Suggest you describe your complete transformation requirements in words.
by chulett
Tue Jan 13, 2015 11:53 pm
Forum: General
Topic: dsjob unable to run after install Datastage 9.1
Replies: 2
Views: 1172

Not sure why you decided to put this at the end of someone else's post, split out to your own.
by chulett
Tue Jan 13, 2015 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivoting with Number of iterations
Replies: 2
Views: 1747

One typical solution would be to concatenate the 'address' values together via stage variable per group, writing each resulting record out and then using a Remove Duplicates stage to keep only the 'last' duplicate per group.
by chulett
Mon Jan 12, 2015 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order of nodes in apt file
Replies: 7
Views: 2348

Re: Order of nodes in apt file

samopr wrote:I have a developer that is stating that it makes a difference as to how the nodes are placed in the apt file.
What kind of a difference, specifically?
by chulett
Mon Jan 12, 2015 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alphanumeric data
Replies: 6
Views: 2127

Hence the name.
by chulett
Sun Jan 11, 2015 10:06 am
Forum: General
Topic: MySQL ODBC Connection Issue - "SQLSTATE = IM003"
Replies: 9
Views: 10737

Awesome... thanks for posting that.
by chulett
Sun Jan 11, 2015 10:05 am
Forum: General
Topic: Trigger Sql Server Stored Procdeure in Datastage
Replies: 2
Views: 1704

You were advised... poorly.
by chulett
Fri Jan 09, 2015 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alphanumeric data
Replies: 6
Views: 2127

Re: Alphanumeric data

edward_m wrote:however when i try to use <snip>
What happens?

Perhaps a simple if-then-else?

If num(column) then X else Y
by chulett
Thu Jan 08, 2015 8:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use XML input stage to parse the XML as below
Replies: 2
Views: 1189

First I'd be curious if you know how to get the XML out of the database? If it's anything like Oracle, you'll need to use specific functions in your SQL - if it's not something you've done before I'd suggest a chat with your DBA. Or see if someone here can drop some knowledge on us.