Search found 53125 matches
- Thu Apr 19, 2007 11:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to set a job to abort after first warning?
- Replies: 7
- Views: 1788
- Thu Apr 19, 2007 11:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Add VOC Entry for ';'
- Replies: 10
- Views: 3028
... but I don't grumble Nick, I didn't want to take you through an ED dialogue - I did think of it, but felt that a copy from NEWACC (the source for standard VOC entries) was safer. For anyone else, prefer the COPY command - you can get into a heap of trouble using ED if you don't know what you're d...
- Thu Apr 19, 2007 10:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project Corrupted
- Replies: 9
- Views: 2425
- Thu Apr 19, 2007 10:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSGetStageInfo in Parallel job
- Replies: 14
- Views: 6333
If that requirement bewilders you, hire a competent C++ programmer. What you are creating in the Repository is not the routine itself, but an interlude that allows the C++ function to be found. It is not asking you for a library in which to save anything - it is asking you for the pathname of the li...
- Thu Apr 19, 2007 10:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date in Lookup Stage
- Replies: 27
- Views: 6374
.. and do the dates (that you use as keys in the Lookup stage) look like the expected dates? Now you need to check the dates in the reference Data Set, and verify the values of these. Diagnosis is a painstaking, step by step process. You must proceed systematically, eliminating one possibility at a ...
- Thu Apr 19, 2007 10:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project Corrupted
- Replies: 9
- Views: 2425
Your project directory seems to be present. However, it is incomplete, which suggests that creation of the project may have been interrupted. You should also see a file called VOCLIB and a whole lot of other files whose names begin with D_ (one for each of the DS_... folders, one for VOC, one for VO...
- Thu Apr 19, 2007 10:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to set a job to abort after first warning?
- Replies: 7
- Views: 1788
- Thu Apr 19, 2007 10:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Add VOC Entry for ';'
- Replies: 10
- Views: 3028
Catch 22 it certainly is. Type the following line exactly as shown.
Let me know if that worked.
Code: Select all
COPYI FROM NEWACC TO VOC ';' REPORTING Let me know if that worked.
- Thu Apr 19, 2007 10:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To hide warning messages in Datastage parallel edition
- Replies: 9
- Views: 7176
You won't get it for a server job or for a job sequence. Apart from that there's no mechanism of which I am aware for disabling the setting of message handlers. Edit local will be greyed out if there is no local message handler. A local message handler is a file called Local.msh in the RT_SCnnn dire...
- Thu Apr 19, 2007 10:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32 with Parallel Server-Job
- Replies: 12
- Views: 7854
- Thu Apr 19, 2007 9:59 pm
- Forum:
- Topic: MetaStage Version Issue
- Replies: 4
- Views: 1373
- Thu Apr 19, 2007 5:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hungarian data Convertion
- Replies: 2
- Views: 1066
DataStage is not a translation tool, so you will not be able to "convert them to English language". With NLS enabled, DataStage is able to deal with different character sets (this is NOT the same as languages). It does so by mapping the external character sets into Unicode (an idiosyncratic UV-UTF8 ...
- Thu Apr 19, 2007 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle stage properties (remote server)
- Replies: 20
- Views: 7664
- Thu Apr 19, 2007 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 4 nodes 10 stages
- Replies: 10
- Views: 2602
Zero processors is OK too. Comes under the heading of getting a life. The number of nodes in the configuration file determines the degree of parallelism. At a simple level, each stage generates one operator (player process) per node, there is one section leader process per node, and there is one con...
- Thu Apr 19, 2007 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read redefines using parallel complex flat file stage
- Replies: 10
- Views: 2730