Search found 42189 matches

by chulett
Wed Mar 20, 2013 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP to Mainframe-Invalid Dataset Error-FTP Enterprise Stage
Replies: 3
Views: 3624

Seems to me the problem is clearly stated in the error message. If you don't know what the "MVS Dsname conventions" are I'd suggest you check with someone on the other end of the transfer.
by chulett
Wed Mar 20, 2013 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate seq number in transformer only when the key changes
Replies: 14
Views: 9937

You should be able to create the key change column over both keys at once since the number should be incremented if either of them change. The counter derivation becomes simpler then: Counter: If KeyChange then Counter+1 else Counter 'KeyChange' is the name of the key change column generated by the ...
by chulett
Wed Mar 20, 2013 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Stage Operators
Replies: 7
Views: 2110

It's got nothing to do with cores. It's a logical concept not a physical one. so it's not tied to the processor type or number.
by chulett
Wed Mar 20, 2013 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unusual date conversion
Replies: 9
Views: 2064

I would advise to never let a Parallel job an implicit conversion like that, especially with a flat file source. Test for validity, explicitly convert the good dates and handle the bad or missing ones.
by chulett
Wed Mar 20, 2013 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key
Replies: 5
Views: 2764

What exactly was "not proper" about the 4 node results? Would help if you showed them to us. Also, how are you partitioning the data?
by chulett
Wed Mar 20, 2013 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 'DB2 connector' collecting method is not working in DB2 conn
Replies: 6
Views: 2051

As a guess (since I can't find that sqlcode online anywhere) the table either isn't partitioned in that environment or your connecting user doesn't have the permissions it needs to get the partition information.
by chulett
Wed Mar 20, 2013 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date appearing in internal format when viewed from OCI stage
Replies: 7
Views: 3011

I remember seeing that behaviour back in the 7.x world. What happens when you run the job, i.e. does it work fine? We solved the issue by always treating an Oracle DATE as a Timestamp in the job, after all that's what it is under the covers.
by chulett
Tue Mar 19, 2013 4:25 pm
Forum: General
Topic: Unlocking the datastage jobs
Replies: 16
Views: 7028

I am not able to fine this script on my ETL server find / -name "cleanup_abandonded_locks.sh" -print 2>/dev/null/ I didnt get any output,can you please post the location of the script. You misspelled it as "abandonded" which is one reason why you couldn't find it. The other are ...
by chulett
Tue Mar 19, 2013 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformation
Replies: 15
Views: 3877

That's what I thought... meaning it won't solve their problem. :wink:
by chulett
Tue Mar 19, 2013 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformation
Replies: 15
Views: 3877

Ray, isn't that the same as CAPITALS? If so they just the first letter of each word, not the first letter of each word capitalized. If I am mis-remembering what "MCT" does, forgive me...
by chulett
Tue Mar 19, 2013 1:15 pm
Forum: General
Topic: Updating a Sequential File
Replies: 5
Views: 837

Ah... the second part is where the magic happens. :wink:
by chulett
Tue Mar 19, 2013 12:51 pm
Forum: General
Topic: After Migration Iconv & Oconv have different results.
Replies: 6
Views: 1720

Nice bit of detective work. :wink:
by chulett
Tue Mar 19, 2013 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Garbage characters in XML Output
Replies: 5
Views: 2374

I've done a ton of Server jobs that dealt with XML chunks in hashed files and never once did I ever use Varbinary for it. For whatever that is worth. :wink: