Search found 53125 matches
- Wed May 07, 2008 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Environment variable transporter
- Replies: 13
- Views: 5105
Just copy those rows from DSParams that you need in the new project, and make sure that they are emplaced in the correct section in that project's DSParams file. Ideally preserve alphabetical order. This is not essential, it just makes the drop-down lists cleaner when adding environment variables to...
- Wed May 07, 2008 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job aborted
- Replies: 5
- Views: 1921
- Wed May 07, 2008 3:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error setting up internal communication
- Replies: 12
- Views: 3818
- Wed May 07, 2008 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installation documentation
- Replies: 3
- Views: 811
The installation, as I said, is automated. You no longer need to enter any license code - the installer reads an XML file that IBM sends you. For certification what is really important to know is what components need to be visible on every processing node. Search in the manuals for a word such as "d...
- Wed May 07, 2008 3:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: source with no date column and target is a sequential file
- Replies: 4
- Views: 1832
Example:
Code: Select all
CRC32(NullToEmpty(In.Col1):NullToEmpty(In.Col2):NullToEmpty(In.Col3))- Wed May 07, 2008 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job aborts everytime unless debugger is running
- Replies: 7
- Views: 2300
After the job aborts, reset it using Director. Does a message "from previous run" appear in the job log? If so, what does it say? If nothing has changed in the system (and you are 100% certain of this) and your job has not changed, then the only thing left is that there is something different about ...
- Wed May 07, 2008 3:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning message
- Replies: 5
- Views: 5968
- Wed May 07, 2008 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sorting Date columns
- Replies: 16
- Views: 4943
- Wed May 07, 2008 3:14 pm
- Forum: General
- Topic: Netezza stage reject link
- Replies: 1
- Views: 2631
- Wed May 07, 2008 3:11 pm
- Forum: General
- Topic: Dynamically renaming variables
- Replies: 8
- Views: 2481
1. Yes. One at a time. 2. Shared containers are emplaced like any other stage. In addition, they may have parameters of their own, and you may need to resolve link names (there is a command button for this). 3. The only loop is the manual one when you're setting up the renaming. When DataStage execu...
- Wed May 07, 2008 4:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job aborted
- Replies: 5
- Views: 1921
- Wed May 07, 2008 4:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Double to Decimal Conversion
- Replies: 3
- Views: 1268
- Wed May 07, 2008 4:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Output file's format binary or ascii
- Replies: 5
- Views: 1279
- Wed May 07, 2008 4:16 am
- Forum: General
- Topic: Searching Indexed fileds.
- Replies: 1
- Views: 763
It would depend on the database server, on the type of index involved, and perhaps on the query optimizer. In general, however, if the two columns are the leading columns on a three-column index, then the index is likely to be used, if they are not the leading columns then the index is not likely to...
- Tue May 06, 2008 11:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: functions
- Replies: 4
- Views: 963