Search found 42189 matches

by chulett
Sun May 13, 2007 9:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count the sum of of records in a particular column
Replies: 8
Views: 1474

Hope wrote:or can I do this in using Aggregator with out mentioning a group key?.

That way. :wink:
by chulett
Sun May 13, 2007 9:29 pm
Forum: General
Topic: datastage versions 7.5(EE)/7.1/6.0/5.2
Replies: 4
Views: 2045

You could try digging up Vincent McBurney's ITToolbox blogs on DataStage, from what I recall he has a series on the history of the product. Perhaps whatever in the heck you are looking for will be there somewhere.
by chulett
Sun May 13, 2007 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling Rejected Records
Replies: 3
Views: 1303

Please read through that information and try to put it to use. It would be best to come back with specific questions once you have had some experience with them. Depending on exactly what you need, you may be 'rejecting' records logically before they become an issue as Nick notes. Or you may need to...
by chulett
Sun May 13, 2007 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling Rejected Records
Replies: 3
Views: 1303

You are trying to capture rejects from what - a database? Something else? Those functions aren't the kind of thing you should be using in constraints. I'd suggest you open up the online Help in Designer, go to the Index tab and type 'reject rows'. This will give you a decent overview of how rejects ...
by chulett
Sun May 13, 2007 9:15 pm
Forum: General
Topic: oracle 8i/9i/10g
Replies: 2
Views: 1338

They're... newer. And have more stuff in them. :wink:

Again, it's amazing what out there in Wiki World:

http://en.wikipedia.org/wiki/Oracle_dat ... on-numbers

I'm sure more details could be found (somewhere) on Oracle's site.
by chulett
Sun May 13, 2007 9:10 pm
Forum: General
Topic: u
Replies: 4
Views: 1385

Is it really that hard to search out there and find this information yourself? For example:

http://en.wikipedia.org/wiki/Awk
by chulett
Sun May 13, 2007 7:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Varchar Type key field in Universe Hash file Stage
Replies: 9
Views: 3672

Did you try searching the forums? It's all out there and I don't really see why I should type it up one more time. You'd need to decide if it was applicable to your situation or not.
by chulett
Sun May 13, 2007 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A Tricky and a Challenging logic to be implemented
Replies: 2
Views: 983

Your problem is this information won't work as a constraint as these are source field names and not the link names that the constraint would use. Perhaps if you standardized on link names and could 'pre-pend' that standard name to each field name? That could get messy, however, if the constraint get...
by chulett
Sat May 12, 2007 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-printable Control Characters
Replies: 13
Views: 10817

When you say 'the target file looks like this' - what are you using to do the looking? 'View Data' in DataStage doesn't count, you need to do this from your operating system. The octal dump we've both now mentioned is one way, a hex editor or even vi can help.
by chulett
Sat May 12, 2007 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiters and MFF stage in Mainframe canvas
Replies: 4
Views: 1587

Thanks for pointing out the documentation, I tried ASCII delimiter 168 in the delimiter column of the delimited flat file stage , it says its invalid .. So what exactly did you try? Hopefully not literally 'ASCII delimiter 168' but rather just 168 in the field, as long as that is the decimal value ...
by chulett
Sat May 12, 2007 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-printable Control Characters
Replies: 13
Views: 10817

Again - without specific examples I'm not sure how anyone can know whether you're on the right track or heading down the rabbit hole. You haven't shown us: * What these 'truncated' values look like * What these 'untruncated' values look like * What 'special characters' you think you are seeing Not s...
by chulett
Sat May 12, 2007 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-printable Control Characters
Replies: 13
Views: 10817

Um... examples? 'Some special characters' tells us nothing. :?

Do you have access to a hex editor? That would help. Or an old school od or 'octal dump' in UNIX. The -A switch will let you get hex output if you're more familiar with that - check your man page.
by chulett
Sat May 12, 2007 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-printable Control Characters
Replies: 13
Views: 10817

I'm not sure 'control characters' really are your problem but this Convert definitely is not the way to go. I can see what you are attempting to do, but this isn't the way to do it. Since you've entered them all as just characters, each one individually will be converted to an empty string - first a...
by chulett
Sat May 12, 2007 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Varchar Type key field in Universe Hash file Stage
Replies: 9
Views: 3672

You'll need to create indexes for this, have you? Search the forums for CREATE.INDEX and BUILD.INDEX for the gory details.
by chulett
Fri May 11, 2007 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling a DS job
Replies: 4
Views: 2197

Is what really something I care for? Accurate information? Of course. I see now that the Guide does indeed say "(About 30 minutes)" but in reality the answer is hard-coded in the Engine at 60 or 90 seconds, tops. Sheesh, don't take it personal - just pointing out that (regardless of where it came f...