Search found 42189 matches

by chulett
Tue Jan 17, 2017 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read packed decimal xyz.vmf file
Replies: 4
Views: 2776

Is there anyone you work with that is familiar with handling EBCDIC files and all they bring to the table in an ASCII world and can help you? They don't need to know DataStage, that's the part you bring. So... the packed decimals are fine but the character fields have issues? I still think you shoul...
by chulett
Sun Jan 15, 2017 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read packed decimal xyz.vmf file
Replies: 4
Views: 2776

Never heard of the "vmf" file extension and searches only turn up game or media related usage. :? So... since you mentioned EBCDIC and packed decimal, I assume this is from a mainframe, yes? And if so that typically means COBOL and you should have an "FD" or File Description for ...
by chulett
Thu Jan 12, 2017 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number datatype converting to decimal datatype while import
Replies: 7
Views: 6011

The "creating files" part would have been good to mention right up front.
by chulett
Thu Jan 12, 2017 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number datatype converting to decimal datatype while import
Replies: 7
Views: 6011

I'm disputing your "need" for integer and asked if you'd actually tried to use the DECIMAL metadata as is in a job. If so, what was the issue / problem you found?
by chulett
Thu Jan 12, 2017 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: End-Of-File communication channel
Replies: 2
Views: 1806

What stage are you using? One of them (from what I recall) had a "treat warning as error" in the past, not sure if that still exists.
by chulett
Thu Jan 12, 2017 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connector Migration Custom Defaults
Replies: 4
Views: 7263

Sounds like a support question to me. Not sure if anyone here would know that but I guess we'll see.
by chulett
Thu Jan 12, 2017 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number datatype converting to decimal datatype while import
Replies: 7
Views: 6011

I'm assuming this is an unbound number in Oracle, yes? One with no precision specified. Have you actually tried using the metadata as imported or just assuming the worst? It should work fine, I'll wager.
by chulett
Thu Jan 12, 2017 7:31 am
Forum: General
Topic: Oracle Connector in multiple clients (8.5 & 9.1.2)
Replies: 7
Views: 4736

The patch mentioned by rkashyap above perhaps?
by chulett
Wed Jan 11, 2017 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How the Write Mode 'UPDATE' works
Replies: 2
Views: 1734

Just wanted to add that "successfully" in the previous post is in quotes because that is something that is (somewhat? mostly? entirely?) specific to Oracle. It's been a long time since I've worked with other databases but there have been others where an update that effects zero records is ...
by chulett
Wed Jan 11, 2017 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How the Write Mode 'UPDATE' works
Replies: 2
Views: 1734

It issues an SQL update. When the keys match existing records they will be updated, when it doesn't (i.e. new data) the update will "successfully" update zero records.
by chulett
Tue Jan 10, 2017 12:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding the occurence of a substring in a string
Replies: 7
Views: 4613

ShaneMuir wrote:I can never remember if DCount returns the delimiter count or the column count
From the documentation:

Use the DCOUNT function to return the number of delimited fields in a data string
by chulett
Tue Jan 10, 2017 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding the occurence of a substring in a string
Replies: 7
Views: 4613

FYI - changed your subject to match your actual situation more better. From "position" to "occurrence".
by chulett
Tue Jan 10, 2017 11:06 am
Forum: General
Topic: dsexport
Replies: 5
Views: 3413

What happens if you add the "/D domain" parameter before the host name?
by chulett
Tue Jan 10, 2017 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding the occurence of a substring in a string
Replies: 7
Views: 4613

Not quite following. Seems to me you could just number them yourself seeing as how there is always three. Yes? Or does the number change? In that case it might be as simple as counting the commas (add 1) but I think we'd need something more specific as to what exactly it is you need to do.
by chulett
Mon Jan 09, 2017 10:40 am
Forum: General
Topic: Migration from DataStage to Talend
Replies: 4
Views: 4755

Thanks for stopping by Vincent! Always appreciated. :D