Search found 53125 matches
- Thu Jun 05, 2008 4:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Orchestrate Schema Definitions and Oracle issues
- Replies: 6
- Views: 6904
.... a guy who is IBM consultant gave this suggestion that we should keep the orchestrate definition while reading from Oracle and in the rest of the job divide by 4. And I have recommended otherwise. I am not an IBM consultant, but work often with multi-byte data. Similar behaviour is seen with Or...
- Thu Jun 05, 2008 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: migration of code
- Replies: 2
- Views: 962
- Thu Jun 05, 2008 4:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Where to find job schedule info in xmeta DB?
- Replies: 14
- Views: 12953
So you can use a Hashed File stage (or UniVerse stage) if you know the job number. Point the stage at RT_CONFIGnnn (where nnn is the job number), and set up a table definition that supports multi-valued fields (so that you get the Position, Depth and Association columns in the Columns grid). In the ...
- Thu Jun 05, 2008 1:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Virtualisation in datastage 7.5x2 version
- Replies: 5
- Views: 1792
- Thu Jun 05, 2008 1:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Orchestrate Schema Definitions and Oracle issues
- Replies: 6
- Views: 6904
- Thu Jun 05, 2008 1:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Porblem with config file
- Replies: 9
- Views: 2716
- Thu Jun 05, 2008 1:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Virtualisation in datastage 7.5x2 version
- Replies: 5
- Views: 1792
- Thu Jun 05, 2008 1:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before job subroutine
- Replies: 9
- Views: 2910
Without writing a routine there is no way you can achieve what you ask in a server job. This is because the Transformer stage executes in a separate process to the job process (which executes the before-job subroutine). You need to "park" the value somewhere - maybe a file, maybe the job's user stat...
- Wed Jun 04, 2008 10:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Porblem with config file
- Replies: 9
- Views: 2716
Looks like, first, %WINNT_ROOT%\System32 is not in your PATH; System32 is the location of the hostname command. Second, you need to determine what the machine name actually is and/or to create an entry in the hosts file for the machine name. An ipconfig command will tell you which IP address to use....
- Wed Jun 04, 2008 10:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Default value for Continue option in Lookup
- Replies: 9
- Views: 5346
- Wed Jun 04, 2008 10:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom error
- Replies: 2
- Views: 861
All DataStage jobs run as background processes on the server. Historically the name for a background process is a "phantom". The engine preserves this terminology. You can ignore the word "phantom". You can not, however, ignore the word "error" - something has gone wrong in one of your jobs; look in...
- Wed Jun 04, 2008 10:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding number of months
- Replies: 1
- Views: 680
The second approach would not be accurate. On the other hand, there's nothing out of the box that satisfies the requirement. Therefore I recommend that you create a routine that decomposes the dates into year, month and day components and performs the correct arithmetic. That way you can satisfy you...
- Wed Jun 04, 2008 7:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reg: NULL values in comma delimited file
- Replies: 15
- Views: 6465
- Wed Jun 04, 2008 6:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic
- Replies: 1
- Views: 702
- Wed Jun 04, 2008 6:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Routine in dataStage PX
- Replies: 17
- Views: 5692