Search found 53125 matches
- Thu Apr 24, 2008 9:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: EtlStats question
- Replies: 20
- Views: 7112
- Thu Apr 24, 2008 8:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: product join between two inputs
- Replies: 4
- Views: 985
That's OK - for new people we understand it can be bewildering (for experienced posters we get a bit more harsh!). This forum (General) is for when you don't know where to post a question. The moderator may "relocate" this thread to the forum (Enterprise Edition) that is specifically for parallel jo...
- Thu Apr 24, 2008 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: trying to get a Varchar column and assign to decimal column
- Replies: 5
- Views: 1643
- Thu Apr 24, 2008 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trying to interpret output of orchadmin for a dataset
- Replies: 3
- Views: 856
- Thu Apr 24, 2008 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: product join between two inputs
- Replies: 4
- Views: 985
Put a Column Generator on each input to the join stage, in each of which you generate the same constant (a cycle with only one value). Use that as the join key.
Code: Select all
Teradata -----> ColGen1 ----->
Join ----->
Oracle -----> ColGen2 ----->- Thu Apr 24, 2008 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Leading and Trailing ‘0’ problem in Sequential File Stage
- Replies: 6
- Views: 2051
No. DataStage generates decimal numbers with leading and trailing zeroes as specified by the precision and scale. Remember, too, that text files do not really have data types - everything in them is "string" or "text". So changing your metadata is, in this case, slightly more correct from a technica...
- Thu Apr 24, 2008 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage PX and MQ Client
- Replies: 11
- Views: 4336
- Thu Apr 24, 2008 3:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: view data, job compile issue
- Replies: 5
- Views: 3695
- Thu Apr 24, 2008 3:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trying to interpret output of orchadmin for a dataset
- Replies: 3
- Views: 856
- Thu Apr 24, 2008 3:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Level Number in the output columns
- Replies: 11
- Views: 2132
You have to click Apply to get anything saved. I would recommend editing the table definition in the Repository to add the Occurs value, and then to load the table definition into your job from there. You might also try editing the column definition on the other end (the passive stage end) of its li...
- Thu Apr 24, 2008 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stop the job from running when there is no i/p file
- Replies: 14
- Views: 6649
Since it's in a job sequence, making use of the test command in an Execute Command activity is a convenient way to check for existence and/or size of a file. On Windows it's marginally more indirect - you can use DIR command in your Execute Command activity and parse the result using an expression b...
- Thu Apr 24, 2008 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unix Return Code
- Replies: 7
- Views: 12797
- Thu Apr 24, 2008 5:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Engine - UniVerse
- Replies: 31
- Views: 18204
There are some things one does not need to know. ....There are some things one does not need, or even bother, to know. There are no such things in this world to be as no-need-to-know things but are things which are least importantly to be known mainly which are according to who sees its importance ...
- Thu Apr 24, 2008 5:33 am
- Forum: General
- Topic: [HELP] 'Reset' aborted job automatically
- Replies: 12
- Views: 6322
- Thu Apr 24, 2008 1:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC stage error
- Replies: 3
- Views: 2737