Search found 53125 matches
- Mon Jun 11, 2007 4:07 pm
- Forum:
- Topic: How do you define "data lineage"
- Replies: 12
- Views: 6459
- Mon Jun 11, 2007 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Partition error on View
- Replies: 7
- Views: 2077
- Mon Jun 11, 2007 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding Connected and Unconnected lOOKUPS
- Replies: 3
- Views: 1689
- Mon Jun 11, 2007 4:00 pm
- Forum: General
- Topic: Difference between Terminator and Exception Handler stages
- Replies: 11
- Views: 17910
An Exception Handler can be connected to anything. The Exception Handler may be triggered by failure of an activity for which no explicit failure handling is provided. An Exception Handler can only have an output, never an input. It is analogous to a signal handler in C. A Terminator activity can be...
- Mon Jun 11, 2007 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle to Oracle Data Copy
- Replies: 1
- Views: 1320
- Mon Jun 11, 2007 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Releasing jobs in PX environment
- Replies: 6
- Views: 2699
- Mon Jun 11, 2007 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error fetching data using Oracle Enterprise stage
- Replies: 4
- Views: 3122
- Mon Jun 11, 2007 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error -ODBC license file (IVVM.LIC or DDVM.LIC) not found
- Replies: 13
- Views: 4629
- Mon Jun 11, 2007 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8164
Stage variables' scope is only within the Transformer stage (and therefore in its process). Similarly, any variables defined as COMMON in the Transformer stage are only accessible in its process; that is, in a before-stage or after-stage subroutine invoked from that Transformer stage itself, or in t...
- Mon Jun 11, 2007 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: removing *s
- Replies: 13
- Views: 2941
- Mon Jun 11, 2007 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Configuring SMTP server for sending Notification messages
- Replies: 1
- Views: 1209
- Mon Jun 11, 2007 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown Error LAYER = (5) ORIGIN = (3) SEVERITY = (5) ...
- Replies: 3
- Views: 1692
- Mon Jun 11, 2007 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TO clear entries in log
- Replies: 5
- Views: 1587
- Mon Jun 11, 2007 3:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rows/Sec
- Replies: 13
- Views: 4161
- Mon Jun 11, 2007 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to add one year to a given date
- Replies: 13
- Views: 3303
Pope Gregory shortened October of A.D. 1582 by ten days. Thursday, October 4, 1582 (Julian) was followed immediately by Friday, October 15, 1582 - see this site for details. My routine handles this situation, because the underlying "UniVerse" date handling functions are aware of it. But it would app...