Search found 42189 matches

by chulett
Fri Mar 04, 2016 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with reading the fixed width multi-byte characters
Replies: 2
Views: 1454

And just post your issue once in one forum, please. No need to spread it around.
by chulett
Fri Mar 04, 2016 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove all salacious words
Replies: 3
Views: 3985

Eight years later and not the same, similar perhaps but not the same. Let's get you in your own post and make sure I have your particulars correct... version 11x on Windows, Server job, yes? How are you going to determine which of the words in your string are 'salacious' and thus need to be removed?...
by chulett
Thu Mar 03, 2016 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While Reloading Oracle table with CLOB columns
Replies: 1
Views: 2538

Isn't there a mode that is something like 'Replace completely'? It would do a delete of any existing records before inserting the new version which may get around your issue.
by chulett
Thu Mar 03, 2016 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File FTP in Datastage vs UNIX
Replies: 8
Views: 3687

sharmabhavesh wrote:Also, what all set up or configuration is required to set up FTP between 2 servers?
That's a question for your System Administrator(s). We don't know what is or isn't allowed in your organization.
by chulett
Wed Mar 02, 2016 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing Data
Replies: 1
Views: 1039

Rather than post something 'like' your issue, can you post the actual, unedited message in the report that is concerning you?
by chulett
Wed Mar 02, 2016 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin describe command
Replies: 4
Views: 3388

TFM = Transformer, I assume.
by chulett
Wed Mar 02, 2016 9:58 am
Forum: General
Topic: change file system of DataStage installation
Replies: 8
Views: 2095

So... you put things back the way they were? :?
by chulett
Wed Mar 02, 2016 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while executing Sql Server stored procedure
Replies: 8
Views: 3325

prasson_ibm wrote:In my case data is going out so Source Stored Procedure will work.
For that to be true you'd need to get rid of the Row Generator.
by chulett
Wed Mar 02, 2016 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while executing Sql Server stored procedure
Replies: 8
Views: 3325

The type is very straight-forward:

If data only comes out: Source
If data only goes in: Target
If data goes in and out: Transform
by chulett
Tue Mar 01, 2016 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage len function
Replies: 7
Views: 3021

But it seems to me the point about considering NLS still stands in a general discussion of the function.

And would still like to see the answer to qt_ky's questions.
by chulett
Tue Mar 01, 2016 12:40 pm
Forum: General
Topic: Passing JobStatus to Unix Shell Script in ExecSH routine
Replies: 2
Views: 1691

You would typically use an Execute Command Activity stage to run scripts in a Sequence job, it has separate properties for the command itself and the arguments that should be passed to it. See if that works more better.
by chulett
Tue Mar 01, 2016 7:54 am
Forum: General
Topic: Operations Console Errors
Replies: 19
Views: 8602

TonyInFrance wrote:However am I to assume that with my current setup (Oracle 11.2) I cannot get the Operations Console to run correctly at all?
I wouldn't make any such assumption quite yet. The issue in cdp's linked post was their inability to use Oracle 12c, not 11g. Have you involved support yet?
by chulett
Mon Feb 29, 2016 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount field in Complex Flat File in Parallel Vs Server
Replies: 21
Views: 6551

You can't just handle "{" - seems to me you'd need to handle the full range of the signed overpunch values... "A" being a positive 1, "B" positive 2, etc. And then there's the negatives. And you'd have to handle the implied decimal. Shouldn't the stage be doing that for...