Search found 53125 matches
- Mon Oct 30, 2006 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: adding column names to reject file
- Replies: 15
- Views: 3482
Adding column names manually
It's not difficult. It's tedious - not the same thing. It's something you only need to do once. Do it. Save into Repository so it's re-usable.
- Mon Oct 30, 2006 7:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Maximum No of jobs in a Project
- Replies: 10
- Views: 3471
There is a limit imposed at the operating system level, but no practical limit imposed within DataStage itself. The operating system limit is the number of subdirectories in a directory; each job requires six or seven subdirectories in the project directory. This is often an issue in the Version Con...
- Mon Oct 30, 2006 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get log for job last executed
- Replies: 3
- Views: 1501
- Mon Oct 30, 2006 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: extract required data from string
- Replies: 6
- Views: 2860
- Mon Oct 30, 2006 7:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: All objects in the Job become PLUG objects.
- Replies: 9
- Views: 3122
- Mon Oct 30, 2006 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: file attachment in mail
- Replies: 13
- Views: 3337
- Mon Oct 30, 2006 7:30 am
- Forum: General
- Topic: Server Job and Parallel Job returning different results
- Replies: 5
- Views: 3794
Are you absolutely sure that you're looking at the same row? The database server will deliver rows in whatever order it happens to find them, unless you specify (a) a single key value in a WHERE clause, (b) an ORDER BY clause, or (c) a GROUP BY clause. If you have a reproducible case that proves tha...
- Sun Oct 29, 2006 8:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: core.* files
- Replies: 12
- Views: 6072
- Sun Oct 29, 2006 8:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Schemas
- Replies: 8
- Views: 3624
- Sun Oct 29, 2006 8:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Schemas
- Replies: 8
- Views: 3624
- Sun Oct 29, 2006 5:28 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: No RTI INPUT and RTI OUTPUT STAGES
- Replies: 6
- Views: 4349
Are they there in the Stage Types branch of the Repository? It may be that the Palette is not being refreshed. It may also be that the DS_STAGETYPES table needs to be reindexed (the command is DS.REINDEX DS_STAGETYPES). Otherwise it may be that you need to install the stages from the package into pr...
- Sun Oct 29, 2006 5:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: core.* files
- Replies: 12
- Views: 6072
A core file is (may be) dumped when something goes wrong in the software. Because there are many processes in a parallel job, the name core has the process ID of the process that had the problem. You need to be able to identify which process was involved - the easiest way to achieve this is to set A...
- Sun Oct 29, 2006 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Exract only number from alphanumeric
- Replies: 5
- Views: 2545
Oconv() function is not natively available in parallel jobs. Oconv() with "MTS" is for working with Time data. Had the OP wanted to use Oconv(), the second argument would be "MCN" rather than "MTS", and it would be necessary to use a BASIC Transformer stage (or a server Transformer stage in a server...
- Sun Oct 29, 2006 8:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reset the jobs
- Replies: 6
- Views: 1591
- Sat Oct 28, 2006 10:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start Loop
- Replies: 7
- Views: 1653