Search found 42189 matches

by chulett
Tue May 20, 2014 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting String to Timestamp 24 hour format
Replies: 3
Views: 2528

If so, then it is two conversions - first a StringToTimestamp using the existing external format (no need to change any delimiters) followed by a TimestampToString using the new desired external format.
by chulett
Tue May 20, 2014 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting String to Timestamp 24 hour format
Replies: 3
Views: 2528

Are we talking about two strings? They would have to be for this to make sense but wanted to explicitly check.
by chulett
Tue May 20, 2014 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stages and Compute node
Replies: 4
Views: 2600

Start by posting the abort messages.
by chulett
Tue May 20, 2014 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Handling on DS 9.1 on RHEL 6.2
Replies: 6
Views: 3189

Exactly exactly. :wink:
by chulett
Tue May 20, 2014 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wrapper stage is not working
Replies: 4
Views: 1614

Asking over and over in multiple threads does not help. They are the exact same error in all your posts regardless of the source you are using. That really should tell you that the wrapper or external filter or whatever is not the source of the problem. Have you searched? Some advice is out there in...
by chulett
Tue May 20, 2014 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Handling on DS 9.1 on RHEL 6.2
Replies: 6
Views: 3189

I'm not sure I'm seeing a problem. Does the data in the table actually include the double-quotes as shown? If so, in Oracle's world the proper way to write that out is by adding a double-quote to each one as you are seeing. That's the only way they'll be preserved as part of the data on the way back...
by chulett
Mon May 19, 2014 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in transformer
Replies: 8
Views: 2186

I think there's some confusion around what the word "distinct" means. Regardless, as noted twice now, a fork join design will get you your desired outcome.
by chulett
Mon May 19, 2014 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in transformer
Replies: 8
Views: 2186

No, according to your text and samples more than one distinct value in the "Value" column for a Key makes it go to Link 2. So in your example, A has three values but only one distinct value -> Link 1. B has three values but two distinct values -> Link 2. The fork join will handle all that ...
by chulett
Mon May 19, 2014 10:53 am
Forum:
Topic: Data Lineage (From DataStage jobs)
Replies: 8
Views: 5057

Really? :?
by chulett
Mon May 19, 2014 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping in transformer
Replies: 8
Views: 2186

Since you need to process the entire group before you know what link any of them should go down, I'd suggest a "fork join" design where you evaluate the groups for the number of distinct values and then use that as a lookup for the main data flow. If that Key has 1 distinct value, then rou...
by chulett
Mon May 19, 2014 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PipeConnection error in External Filter
Replies: 1
Views: 720

Come on, this is now the third time you've posted this same error. Stick to one of your existing threads.
by chulett
Mon May 19, 2014 6:48 am
Forum: General
Topic: IBM CDC replication
Replies: 2
Views: 1034

Not really a DataStage question and probably better places to ask your question. Perhaps someone here knows but in your shoes I'd look for a support forum for that product.
by chulett
Sun May 18, 2014 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To handle empty file/only hd tr file
Replies: 6
Views: 2509

Why? There's no need to create a file that isn't needed nor a need to count all of the rows in it. The test Eric posted will tell you in a simple true/false manner if the file exists and is not empty, with true moving on to more complex tests and false causing a reject. If you need to differentiate ...
by chulett
Fri May 16, 2014 6:26 pm
Forum: General
Topic: Determining Config File Nodes on SMP system
Replies: 6
Views: 3524

Nice, a Spinal Tap reference. 8)
by chulett
Fri May 16, 2014 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC File format
Replies: 6
Views: 2085

High level it means a mainframe file, typically generated by a COBOL program and that you process using the Complex Flat File stage. Hopefully you got more than that in your 'requirement'... an FD perhaps?