Search found 53125 matches

by ray.wurlod
Mon Sep 18, 2006 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating/updating an unique number for each call of the sequ
Replies: 13
Views: 4457

The routines are supplied with DataStage. They are documented in the Routines branch of your Repository.
by ray.wurlod
Mon Sep 18, 2006 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Xml File
Replies: 1
Views: 1082

You really need an XML Input stage. XML Input stage reads XML and produces rows and columns; XML Output stage reads rows and columns and produces XML.
by ray.wurlod
Mon Sep 18, 2006 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Terasync table database
Replies: 4
Views: 2537

I guess keshav0307 read the section in the Parallel Job Advanced Developer's Guide that refers to environment variables, in particular the discussion of the APT_TERA_SYNC_DATABASE.
by ray.wurlod
Mon Sep 18, 2006 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loop using Job Control
Replies: 4
Views: 2142

Visibility of generated OSH is configured in the Administrator client.
by ray.wurlod
Mon Sep 18, 2006 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory Management
Replies: 4
Views: 1902

Each job is like an orchestra; there is one conductor process, one section leader process per node, and (assuming no combination) one player process per operator per node. In general, each stage generates one operator, but there are exceptions (such as the Lookup stage). By tracking the players' mem...
by ray.wurlod
Mon Sep 18, 2006 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to ensure a hash file is 64bits.
Replies: 9
Views: 3055

Search the forum. How you do this depends on whether a VOC pointer exists to the hashed file.
by ray.wurlod
Sun Sep 17, 2006 10:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA OCI stage appends ".FF19" to date format on ti
Replies: 12
Views: 7669

Welcome aboard! :D

I have not seen that behaviour, so tend to agree that it may have something to do with the manner in which your Oracle client software is configured.
by ray.wurlod
Sun Sep 17, 2006 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Engine commands
Replies: 4
Views: 1710

All of them are relevant. It depends on what you want to accomplish. DataStage Engine (formerly UniVerse) is a full-functioned database and application development environment; that's why there are so many manuals (and, indeed, so many commands).
by ray.wurlod
Sun Sep 17, 2006 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loop using Job Control
Replies: 4
Views: 2142

What is different between the two environments? Is the link row count actually zero on the second iteration in production? That is, is the loop exited validly?
by ray.wurlod
Sun Sep 17, 2006 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Viewing/Writing Contents of a DataSet from a OS
Replies: 10
Views: 4647

That's only useful if you source dsenv prior to executing DS commands. It may be better to edit the .profile file.
by ray.wurlod
Sun Sep 17, 2006 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time information is incompatible
Replies: 2
Views: 1141

Your export is not from a compatible version of DataStage for the version of DataStage into which you are trying to import it. This is primarily controlled by the ToolVersion setting. Newer versions of DataStage have newer components, that can not be imported into older versions; hence the prohibiti...
by ray.wurlod
Sun Sep 17, 2006 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading and writing from the same file?
Replies: 13
Views: 4896

LIST.ITEM requires a VOC pointer. A VOC pointer can be created with a SETFILE command. Search the forum for details.
by ray.wurlod
Sun Sep 17, 2006 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Viewing/Writing Contents of a DataSet from a OS
Replies: 10
Views: 4647

That APT_ORCHHOME is set in the Administrator module does not necessarily mean that it's set for you, the interactive user. You must make sure that it is explicitly set. You can prove that it's set using a set command.
by ray.wurlod
Sun Sep 17, 2006 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying last user who change the job
Replies: 4
Views: 1286

There is a table called DS_AUDIT that records this information. It contains a nested table caled MODS that records the date/time and by whom modified. This post shows a couple of queries against that table.
by ray.wurlod
Sat Sep 16, 2006 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 8
Views: 2840

New issue: new thread. Makes it easier for future searches.

Please begin a new thread.