Search found 42189 matches

by chulett
Fri Mar 12, 2010 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read file through complex flat file stage
Replies: 11
Views: 6055

Yes... what is the C in your FF?
by chulett
Fri Mar 12, 2010 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I delete a dataset from a sequencer?
Replies: 6
Views: 1947

Use the Execute Command stage to run 'orchadmin' with the option that deletes datasets. Point it at the '.ds' file.
by chulett
Fri Mar 12, 2010 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP a member of a partitioned data set
Replies: 7
Views: 3757

Me, I don't use it and personally wouldn't bother with the FTP stage even if you do manage to get things dumped to a sequential file. Too many... quirks.
by chulett
Fri Mar 12, 2010 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing environment variable through dsjob
Replies: 2
Views: 1585

Out of curiousity, what exactly are you passing in? If it is already 'in the environment' the job can access it without needing to pass anything when invoking the job. :?
by chulett
Fri Mar 12, 2010 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Support for 1gb or more size XML file.
Replies: 15
Views: 13370

vmcburney wrote:This is fixed in DataStage 8.5
Now, that is interesting news. Any idea on the nature, the how of the fix?
by chulett
Fri Mar 12, 2010 8:06 am
Forum: General
Topic: How can I get images / job documentation?
Replies: 4
Views: 1646

Hopefully you found the button (that looks like it launches IE, or at least it did in 7.x) in the Designer that builds a 'job report' for the current job, including a picture of the canvas. As noted, you can also generate it at the command line.
by chulett
Thu Mar 11, 2010 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork() failed. Not enough space.
Replies: 4
Views: 3627

With Fork() 'space' means 'memory'. You runned out.
by chulett
Thu Mar 11, 2010 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP a member of a partitioned data set
Replies: 7
Views: 3757

This I assume.
by chulett
Thu Mar 11, 2010 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Support for 1gb or more size XML file.
Replies: 15
Views: 13370

There's too many variables, a file that's "too large" on my system may process fine on yours - and all that matters is your limit, not mine. About all I can suggest is you write something to generate test XML files of varying sizes and see how big you can push it until a reader job falls o...
by chulett
Thu Mar 11, 2010 3:47 pm
Forum: Site/Forum
Topic: Another Milestone
Replies: 2
Views: 2752

Bah... as if everything is in the proper forum. :P
by chulett
Thu Mar 11, 2010 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Duplicates
Replies: 2
Views: 1267

Do it based on the value of the key change column. Once you run some data through and see what it looks like, the 'how' will be obvious.
by chulett
Thu Mar 11, 2010 12:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling XML special characters
Replies: 4
Views: 1656

It's all automatic, you shouldn't have to do anything to get that to happen. Are you having an issue or just asking before you get started?
by chulett
Thu Mar 11, 2010 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Support for 1gb or more size XML file.
Replies: 15
Views: 13370

If you really want to ask them something, how about asking them for their recommendation as to a 'best practice' for processing huge XML files in DataStage? I'd be curious what they say.