Search found 42189 matches

by chulett
Wed Oct 19, 2005 9:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to skip the trailer record
Replies: 25
Views: 9790

The fact that it is an EBCDIC file doesn't stop you from 'preprocessing' the file in UNIX... the 'head' or 'tail' command could care less if it's EBCDIC, ASCII or Sanskrit. Go for it.
by chulett
Wed Oct 19, 2005 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 10 pounds in a 5 pound bag
Replies: 28
Views: 5576

They seem to think so - an HP Superdome running HP-UX.
by chulett
Wed Oct 19, 2005 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 10 pounds in a 5 pound bag
Replies: 28
Views: 5576

Thanks! I'll be here. :wink:
by chulett
Wed Oct 19, 2005 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 10 pounds in a 5 pound bag
Replies: 28
Views: 5576

Thanks! I'll be here. :wink:
by chulett
Wed Oct 19, 2005 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 10 pounds in a 5 pound bag
Replies: 28
Views: 5576

Thanks for all the information, Arnd. This is a one-way-street type algorythm - I just need a way to get it 'compressed' but there is no requirement to 'uncompress' it so we're in luck there. Let me play around with the CRC32 approach you outlined and see how that works out. I'll also double-check t...
by chulett
Wed Oct 19, 2005 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 10 pounds in a 5 pound bag
Replies: 28
Views: 5576

Ok... mostly followed all that. :? :lol:

For (a) did you mean cannot contain non-displayable characters?
by chulett
Wed Oct 19, 2005 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 10 pounds in a 5 pound bag
Replies: 28
Views: 5576

That's true that a portion of this 'string' would be whitespace as one component is a Business Listing Name. The other fields that are concatenated onto it are either single characters or strings of digits. Curious what the 'simpler' method would be as yes - they will always be printable / displayab...
by chulett
Wed Oct 19, 2005 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 10 pounds in a 5 pound bag
Replies: 28
Views: 5576

10 pounds in a 5 pound bag

Actually, more like 2.5 pounds. Some of you may harken back to a previous discussion on Base-64 encoding and MD5 encryption as I feel we'll be going back over some of that territory. At least the 'encryption' part of the requirement has been dropped. What I've been asked to find is a mechanism where...
by chulett
Wed Oct 19, 2005 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job log
Replies: 10
Views: 4203

Re: job log

yatin.mittal wrote:You can view the job log from the director or view job log option in menu in Designer.

I'm sorry... did someone ask how to view the job log? :?
by chulett
Wed Oct 19, 2005 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage installation
Replies: 10
Views: 2658

Re: Datastage installation

Yes, it is possible to install datastage server and client on the same system. It is important to note here that this is only true when someone has licensed a Windows server. You cannot simply make a blanket 'yes' statement like this. The client software is Windows based, so must be installed on a ...
by chulett
Tue Oct 18, 2005 8:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoint Restart Capability
Replies: 10
Views: 5086

There's not a whole lot more to it than checking the box. It's explained in the Designer's Guide pdf manual installed with your client. In the chapter on 'Job Sequences', checkpoint restarts are documented in the General Page portion of the Job Sequence Properties section as well as in the Restartin...
by chulett
Tue Oct 18, 2005 5:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between ORABULK stage and RBDLOAD stage
Replies: 8
Views: 2463

We feel your pain, Ray. :cry:
by chulett
Tue Oct 18, 2005 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: runlocally()
Replies: 6
Views: 1941

Duh... sorry... I thought we were dealing with a little file, for some reason I read it as 2MB not 2GB. :oops:
by chulett
Tue Oct 18, 2005 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between ORABULK stage and RBDLOAD stage
Replies: 8
Views: 2463

No problem. You'll find there are alot of IBM peoples who don't know there is such a thing as Redbrick, too! :lol:
by chulett
Tue Oct 18, 2005 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Capture the SQL Code?
Replies: 10
Views: 2881

Could I be doing something wrong? I'm sure that I'm pulling the codes from the link going into the DB2 API stage. If you are pulling the link variables from the correct link, then no - you're not doing anything wrong. As I mentioned earlier, we seem to be at the whim of whomever wrote the stage as ...