Search found 53125 matches

by ray.wurlod
Wed Feb 14, 2007 6:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single stage for running script
Replies: 11
Views: 2158

Row Generator stage can generate as many 'Y' values as you desire.
by ray.wurlod
Wed Feb 14, 2007 6:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Parallel routine
Replies: 7
Views: 2539

You might find this recent tutorial on creating custom DataStage operators interesting. The screen shots are from version 8.0, but the content is valid at earlier releases, and it's for Windows rather than UNIX.
by ray.wurlod
Wed Feb 14, 2007 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading NLS to a speicifc Project
Replies: 4
Views: 1338

NLS is either globally enabled or globally disabled on a DataStage server. It is not possible to disable it on a project-specific basis. What is the value if NLSMODE in uvconfig? What is the result of the following UNIX command? $DSHOME/bin/analyze.shm -t | grep NLSMODE In the Administrator client, ...
by ray.wurlod
Wed Feb 14, 2007 6:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using UniVerse and UniData
Replies: 12
Views: 3475

UniVerse and UniData are database products, in the same way that Oracle, Sybase, Informix and DB2 are. You can gain more information here on the IBM website, since IBM has owned these two databases since 2001.
by ray.wurlod
Wed Feb 14, 2007 6:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running job in MI
Replies: 9
Views: 2015

You missed Arnd's point. The operating system will only allow one process at a time to write to a file. Therefore if you want multi-instance, the job invocations must write to separate files.
by ray.wurlod
Wed Feb 14, 2007 6:03 pm
Forum: General
Topic: What the meaning of "BALCKHOLE" in datastage
Replies: 14
Views: 5261

To cite an older variant: "the floggings shall continue until morale improves".

There were no support staff at this particular training; just the (billable) consultants.

I imagine that support staff will get/have had their own training.
by ray.wurlod
Wed Feb 14, 2007 6:01 pm
Forum: IBM QualityStage
Topic: Compiler Issue
Replies: 6
Views: 1837

Have you redeployed the QualityStage job accessed by the plug-in stage?
by ray.wurlod
Wed Feb 14, 2007 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing Data into CICS (Mainframe)
Replies: 3
Views: 1246

You can slice of a piece of the mainframe and run UNIX Support Services (USS) there. DataStage can run on USS, and access mainframe data. You would need to check with IBM whether DataStage USS version can access CICS. It can certainly access IMS datasets and viewsets, and various other mainframe dat...
by ray.wurlod
Wed Feb 14, 2007 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading NLS to a speicifc Project
Replies: 4
Views: 1338

In the Administrator client, is the NLS button enabled when you select that project's properties? If so, that's where you choose the character map and locale that you want to serve as the defaults for the project.
by ray.wurlod
Wed Feb 14, 2007 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating Multiple rows in output from single row in input
Replies: 16
Views: 4276

That's news to me. So my sprintf(LineCount, "%d lines written.\n\n", lines); statement, which has worked for many years, isn't valid?
:?
by ray.wurlod
Wed Feb 14, 2007 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Lookup Failure
Replies: 3
Views: 1083

This could be a segment of the virtual Data Set that the Lookup stage is creating from the DB2 table. There are definitely upper limits on these. Remember that to use a normal lookup, the virtual Data Set must fit in memory. Consider using sparse lookup (if your data meet the guidelines) or using a ...
by ray.wurlod
Wed Feb 14, 2007 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Printing Metadata
Replies: 6
Views: 1293

If they're in a table definition, why can't you simply Load them into your Pivot stage?
:?
by ray.wurlod
Wed Feb 14, 2007 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does anyone have DataStage (EE) benchmarking figures
Replies: 5
Views: 2750

You still need to make sure you compare apples with apples. Performance test results such as these do not translate readily except into identical situations of hardware, software and data volumes. Having conducted benchmarks professionally for a number of years I can attest that you can construct a ...
by ray.wurlod
Wed Feb 14, 2007 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Jobs from Command line
Replies: 14
Views: 7359

The dsjob command line utility has an -import option in your version of DataStage.