Search found 42189 matches
- Fri May 16, 2008 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 00-000-00 Date problem
- Replies: 10
- Views: 2100
- Fri May 16, 2008 12:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read txt from a job sequence
- Replies: 17
- Views: 6277
- Fri May 16, 2008 12:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: constraint to " OTHERWISE" for a otherwise link in
- Replies: 18
- Views: 3451
- Fri May 16, 2008 11:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to remove unwanted space at one column
- Replies: 16
- Views: 5674
- Fri May 16, 2008 11:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating EXCEL work book
- Replies: 9
- Views: 2086
- Fri May 16, 2008 10:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: constraint to " OTHERWISE" for a otherwise link in
- Replies: 18
- Views: 3451
- Fri May 16, 2008 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: create surrogate key using @INROWNUM/@OUTROWNUM/@NUMPARTITIO
- Replies: 7
- Views: 3843
- Fri May 16, 2008 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: constraint to " OTHERWISE" for a otherwise link in
- Replies: 18
- Views: 3451
- Fri May 16, 2008 9:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: constraint to " OTHERWISE" for a otherwise link in
- Replies: 18
- Views: 3451
Sorry, but for some silly reason I thought you meant an 'Otherwise' trigger in a Sequence job and were using the word 'constraint' in a more generic manner. Let's start over. There is no such thing as an 'OTHERWISE' constraint. An empty constraint means the link is not constrained and accepts all ro...
- Fri May 16, 2008 9:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: constraint to " OTHERWISE" for a otherwise link in
- Replies: 18
- Views: 3451
- Fri May 16, 2008 9:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: constraint for each output link
- Replies: 5
- Views: 972
- Fri May 16, 2008 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 00-000-00 Date problem
- Replies: 10
- Views: 2100
- Fri May 16, 2008 6:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can't log into uvsh/dssh from unix
- Replies: 10
- Views: 4491
- Fri May 16, 2008 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameter File
- Replies: 5
- Views: 1271
- Fri May 16, 2008 6:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Conversion problem
- Replies: 10
- Views: 2244
Then you cannot store it in an Oracle DATE as they require a full date. If you literally just want to store 'MMYY' you'd need a CHAR or VARCHAR2 field for that, otherwise you will need to add a 'day' to the date before formatting it for Oracle. After that, people can choose not to extract the day wh...