Search found 53125 matches
- Thu Dec 21, 2006 4:26 pm
- Forum: General
- Topic: NLS setting for Spanish and Mexican
- Replies: 1
- Views: 2527
Try using NONE. That may work except for a few characters at the high end of the range (single byte values 248 through 255). If that works, try some of the ISO 8859 variations - there are twelve subsets - but I don't have the documentation with me. You may also need to set some database-specific env...
- Thu Dec 21, 2006 3:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformation
- Replies: 20
- Views: 4458
- Thu Dec 21, 2006 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create a Shared container with a hash file for parallel
- Replies: 8
- Views: 1545
- Thu Dec 21, 2006 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding command line utility
- Replies: 30
- Views: 6046
What are you trying to accomplish?
The join between DS_JOBS and DS_JOBOBJECTS is made as
The join between DS_JOBS and DS_JOBOBJECTS is made as
Code: Select all
DS_JOBS.JOBNO = DS_JOBOBJECTS.OBJIDNO- Thu Dec 21, 2006 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create a Shared container with a hash file for parallel
- Replies: 8
- Views: 1545
- Thu Dec 21, 2006 2:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: assign multiple derivations in a transformer
- Replies: 4
- Views: 1325
Beware that you must assign a value irrespective of the test. So you need to decide values for variables a and b when x <> 1, and for c when x = 1. Sometimes you need to leave the value unchanged; in this case assign the stage variable to itself. For example, consider a stage variable svCounter that...
- Thu Dec 21, 2006 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: finding the space character
- Replies: 1
- Views: 856
- Thu Dec 21, 2006 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: truncate command in ODBC
- Replies: 27
- Views: 8259
- Thu Dec 21, 2006 2:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create a Shared container with a hash file for parallel
- Replies: 8
- Views: 1545
It's "hashed" file, not hash file. 1) You can create a server shared container and use that in a parallel job, provided that the restrictions described in Chapter 2 of the Parallel Job Developer's Guide about incorporating server components are observed. 2) Yes, but the job that dumps the hashed fil...
- Thu Dec 21, 2006 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Interesting Type conversion problem
- Replies: 1
- Views: 933
- Thu Dec 21, 2006 2:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Moving columns from input tab to output tab
- Replies: 10
- Views: 4475
- Thu Dec 21, 2006 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deleting Datasets - Windows
- Replies: 9
- Views: 3764
- Thu Dec 21, 2006 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Files created with Partitioning = Entire
- Replies: 4
- Views: 2359
- Thu Dec 21, 2006 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Write Range Map
- Replies: 1
- Views: 1140
Not possible. The range map is binary, and in an undocumented proprietary format. Look in the job log of the job that writes the range map; it may give some clues. Otherwise, review the design of that job, and verify your ranges from that. When using the range map to perform range partitioning, add ...
- Thu Dec 21, 2006 2:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding command line utility
- Replies: 30
- Views: 6046