Search found 42189 matches

by chulett
Sun Aug 13, 2006 7:43 am
Forum: General
Topic: Index Sequential File?
Replies: 8
Views: 4390

I don't believe so. I've never been directly involved with mainframes but was exposed to Index Sequential files back in the 80's. Spend a goodly number of years working for a Texas Instruments VAR and their 990 'minis' (which interestingly enough ran an OS called 'DX10') supported these - aka ISAM f...
by chulett
Sat Aug 12, 2006 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delimited flat-file
Replies: 4
Views: 1000

If you have to use DataStage to do this, then search the forum for the many posts on using ODBC to read the .xls file directly. You'll see mention of setting up a DSN, reading 'system tables', handling worksheets, etc - this only works on a Windows server, by the way. Well, not 'only', but for UNIX ...
by chulett
Sat Aug 12, 2006 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Schema Question ?
Replies: 8
Views: 2942

Didn't you already ask this question? :?
by chulett
Sat Aug 12, 2006 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row too big for inter stage rowbuffer
Replies: 6
Views: 3284

A single 'row' or 'element' in this XML file is 2M characters or the entire file is? I'm curious exactly how you have set up the parsing. Are you using the XML Input stage? What methodology is it using to read the file - is the XML source column option set to XML document or URL/File path ? If you a...
by chulett
Sat Aug 12, 2006 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: v7.1 vs v7.6
Replies: 8
Views: 2660

I was under the impression that the most recent version is either 7.5.1A or 7.5.2 depending on your platform. Never heard of 7.6 either unless it is in the pipeline. That being said, the versions I mentioned are available now so I see no reason to start with 7.1. Regardless, there are a substantial ...
by chulett
Sat Aug 12, 2006 6:44 am
Forum: General
Topic: What does the back of a smiley look like?
Replies: 2
Views: 2203

And if you have speakers, make sure they are not up too loud. :wink:
by chulett
Fri Aug 11, 2006 10:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Error meessages in director
Replies: 4
Views: 697

Not for Oracle.
by chulett
Fri Aug 11, 2006 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Encrypting passwords when triggering jobs via shellscript
Replies: 4
Views: 808

'Mask the userid' in what sense? They will still own the PIDs generated and show up on any kind of process scan or query, so I'd be suprised if it's possible. But then I've been surprised before.
by chulett
Fri Aug 11, 2006 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The routine KeyMgtGetNextValueConcurrent
Replies: 8
Views: 1747

There is the same routine in the Enteprise Edition. I'm assuming you mean is there a similar routine / function specifically for PX jobs? Don't believe so, but will let others more knowledgable in that area answer that.
by chulett
Fri Aug 11, 2006 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage conversion unix to windows
Replies: 9
Views: 4501

I think both of those issues can be resolved by installing something like the MKS Toolkit. It won't help with the performance hit you are probably going to take, however. :wink:
by chulett
Fri Aug 11, 2006 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from Abinitio to Datastage
Replies: 13
Views: 10403

Interesting... I know they have one for Informatica but hadn't heard of one for Abinitio. Curious what comes of that investigation.
by chulett
Fri Aug 11, 2006 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SybaseOC stage not opening
Replies: 8
Views: 1848

I'm out of suggestions at this point other than to reimage your machine, but that sounds a little drastic. You should open a case with Ascential Support at this point and see what they have to say about the issue.
by chulett
Fri Aug 11, 2006 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quote(') or Quote(")
Replies: 4
Views: 1253

Not that I've ever seen... unless something like your database cares.
by chulett
Fri Aug 11, 2006 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SybaseOC stage not opening
Replies: 8
Views: 1848

Ok, then something specific to your installation. I'd suggest you completely uninstall the DataStage client. Make sure the directories it installed are completely removed and then reinstall the client.

See if that helps.
by chulett
Fri Aug 11, 2006 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find List of Aborted Jobs in a sequence
Replies: 1
Views: 704

Why would you need to do this? What's wrong with using the functionality built into the Job Activity stage - "Reset if required, then Run" rather than a plain "Run"? That makes it automatic.