Search found 42189 matches

by chulett
Fri Feb 26, 2010 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading issue for a cobol file.
Replies: 13
Views: 6197

Ummm... that *is* the whole message.
by chulett
Fri Feb 26, 2010 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Segmentation Fault - core dumped
Replies: 3
Views: 2163

Still not much in the way of more information. :?

If you Reset the aborted job, is there a 'From previous run...' message added to the log?
by chulett
Fri Feb 26, 2010 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time Dimension population
Replies: 2
Views: 1532

So, I assume you have to actually generate this data rather than load it from a source, yes? What have you tried so far? What kind of approach are you thinking of taking? Please tell us that your efforts so far have been more than to simply post here... The Parallel Job Developer Guide pdf has a sec...
by chulett
Fri Feb 26, 2010 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP VSAM File from Mainframes to UNIX
Replies: 3
Views: 4557

The stage is metadata driven and thus really only meant to transfer flat files.
by chulett
Fri Feb 26, 2010 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meta Data of HashFile
Replies: 2
Views: 914

Without getting into the gory details of how the positional metadata works in a hashed file, just wanted to let you know you can get away with what you are doing because the job that clears the hashed file isn't writing any data to it. For a lookup I would clear the hashed file in the job that uses ...
by chulett
Fri Feb 26, 2010 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: one file with multiple layouts
Replies: 9
Views: 3901

Just want to clarify - there's no "record type" field or any way to know which rows are which type, it is strictly driven by record number?
by chulett
Fri Feb 26, 2010 11:06 am
Forum: General
Topic: Want XMl Conversion ideas..
Replies: 3
Views: 1185

Why do you have 1GB XML files? Are you cat'ing your files together to process them? If so, that's completely unnecessary and counter-productive as you've found out. The upper limit on file size seems to vary from system to system and perhaps version as well but seems to be in the 250-500MB range. Fo...
by chulett
Fri Feb 26, 2010 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP VSAM File from Mainframes to UNIX
Replies: 3
Views: 4557

I wouldn't try to use the stage for a VSAM file since the stage is metadata driven. I'd stick with a plain old command line ftp or whatever tool your company may use for file transfers on/off the mainframe.
by chulett
Fri Feb 26, 2010 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using fileset lookup stage or not?
Replies: 2
Views: 1436

I would think the 'performance gain' comes when you use the Lookup Fileset in multiple jobs or steps in a job. Take the time to build it once and then leverage it many times.
by chulett
Fri Feb 26, 2010 8:25 am
Forum: General
Topic: Performance
Replies: 11
Views: 3410

Define "slow". And have you determined where the bottleneck is?
by chulett
Fri Feb 26, 2010 8:22 am
Forum: General
Topic: Connectivity to Cubes ?
Replies: 6
Views: 2528

For years though, directly writing to a cube wasn't in big demand because most of the cube vendors prefered defining and manipulating those things in their own tooling, so creating a clean .csv file or staging rdbms table with DataStage was enough. Yup, that's how I've had to do it in the past. As ...
by chulett
Thu Feb 25, 2010 9:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TRansformer
Replies: 4
Views: 1531

As asked - I want to pass this to three outputs seperately from transformer without constraints - this must be done with constraints. They are the only thing stopping rows from going down all output links, Server or Parallel.
by chulett
Thu Feb 25, 2010 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage functionality
Replies: 2
Views: 2886

Very nice - and excellent formatting as well. :D
by chulett
Thu Feb 25, 2010 9:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not all Records making the table despite rec count saying so
Replies: 3
Views: 1327

It might be your DB2 version being a little 'ahead of the curve'. Probably best to ping your official support provider and see what they say.