Search found 53125 matches

by ray.wurlod
Mon Feb 09, 2009 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: eliminationg the function call 'left_substring'. Use default
Replies: 3
Views: 1357

Need more information. What is the record schema? Where are you applying the left_substring() function?
by ray.wurlod
Mon Feb 09, 2009 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help Required while using Custom Stage - parallel Job
Replies: 3
Views: 1166

Do you have a Custom stage or a Wrapped stage? It's the program itself (the "UNIX command") that failed, so you'll need to concentrate your diagnostic efforts on that.
by ray.wurlod
Mon Feb 09, 2009 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import selected command line
Replies: 7
Views: 2049

Or you can be selective during import. "Import Selected".
by ray.wurlod
Mon Feb 09, 2009 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tracking the size or no. of rows in a seq file
Replies: 7
Views: 2562

You don't need a UNIX command - the Status statement in DataStage BASIC can return the size of a file in bytes.
by ray.wurlod
Mon Feb 09, 2009 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Managing resources
Replies: 1
Views: 979

While it is always problematic to react to a single sample, I'd essay that spending 64.5% of the time in kernel processes suggests that something is very wrong indeed - perhaps the machine is thrashing. Get an operating system specialist to take a look at it. Maybe there are just too many competing ...
by ray.wurlod
Mon Feb 09, 2009 3:54 pm
Forum: General
Topic: Information server on LINUX under Winows VM ware
Replies: 3
Views: 1199

Most IBM Information Server training is delivered on a VMware image.
by ray.wurlod
Mon Feb 09, 2009 3:47 pm
Forum: Site/Forum
Topic: Cognos BI
Replies: 1
Views: 2394

Yes, because DSXchange is about the Information Server suite, and we need to know (possibly) which job type people are having problems with. The version can be important too, especially as more seamlessness comes in with versions 8.2 and 9.0.
by ray.wurlod
Sun Feb 08, 2009 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass a parametersthrough file
Replies: 15
Views: 4288

Rather than that, Search DSXchange for the SETFILE command, which is used to create VOC pointers to hashed files.
by ray.wurlod
Sun Feb 08, 2009 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conductor Node & Section Leader,Players
Replies: 1
Views: 1707

The conductor node is the machine on which the conductor process runs. Usually it is the first node mentioned in the configuration file provided that that node is in the default node pool. The conductor process is the first one started, composes the score, requests one section leader to start for ea...
by ray.wurlod
Sun Feb 08, 2009 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error compiling parallel transformer
Replies: 10
Views: 4005

Did you install the compiler before you installed DataStage, as required?
by ray.wurlod
Sun Feb 08, 2009 2:42 pm
Forum: General
Topic: Error calling DSSetParam
Replies: 13
Views: 16773

Code -3 can only mean what is says - that the parameter name used in the DSSetParam() call is a name that does not exist in the attached job. It may be a mis-spelling, it may be incorrectly cased, it may not exist at all (are you sure you have the right job attached?). You need to check thoroughly.
by ray.wurlod
Sun Feb 08, 2009 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Array Handling in Complex Flat File.
Replies: 4
Views: 2185

If you imported from the COBOL File Definition and used that "table definition" in the CFF stage, then the only "extra" thing you may need to do is to indicate in the CFF stage properties whether to normalize or to flatten the array.
by ray.wurlod
Sun Feb 08, 2009 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy rows based on input column value!
Replies: 7
Views: 1996

Generating Rows Using a Multiplier

samplify wrote:(oh yes and i need that many multiple rows being written to the output)
I still don't understand why (that is, how any such output could be useful/meaningful). Maybe it's just me.
by ray.wurlod
Sat Feb 07, 2009 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Array Handling in Complex Flat File.
Replies: 4
Views: 2185

Or read the chapter on the CFF stage in the Parallel Job Developer's Guide - I recall, whether accurately or not, that only one OCCURS clause is supported in version 7.x.
by ray.wurlod
Sat Feb 07, 2009 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No DataStage credentials were found
Replies: 7
Views: 7096

Have you set up any DataStage credentials in Information Server?