Search found 15603 matches
- Fri Mar 14, 2008 3:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help regarding Datastahe
- Replies: 3
- Views: 808
- Fri Mar 14, 2008 3:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ to MQ - Realtime batch processing
- Replies: 9
- Views: 3249
- Fri Mar 14, 2008 3:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we write to XL files using a DS job
- Replies: 1
- Views: 578
- Fri Mar 14, 2008 3:05 am
- Forum: General
- Topic: Which forum should i post?
- Replies: 2
- Views: 856
- Fri Mar 14, 2008 3:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Compile time
- Replies: 1
- Views: 1494
- Fri Mar 14, 2008 2:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating a proect from Commandline
- Replies: 5
- Views: 1095
- Thu Mar 13, 2008 11:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Notification activity - blank file as attachment
- Replies: 6
- Views: 1584
- Thu Mar 13, 2008 11:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Notification activity - blank file as attachment
- Replies: 6
- Views: 1584
- Thu Mar 13, 2008 10:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set a warning limits to a subsequence in a master sequence
- Replies: 4
- Views: 1459
The Job Activity stage does not cater for changing the warning levels. The two options that come to mind are (a) Write your own user activity BASIC routine that uses the standard API calls and explicitly change the warnings allowed {hint - put a job activity stage in a sequence canvas, then look at ...
- Thu Mar 13, 2008 10:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running jobs on different config files
- Replies: 6
- Views: 1187
- Thu Mar 13, 2008 10:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running jobs on different config files
- Replies: 6
- Views: 1187
- Thu Mar 13, 2008 10:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IN / NOT IN functions
- Replies: 5
- Views: 1375
You can use the INDEX() function, i.e.
will return a 0 if it isn't "in" the set or a positive integer if it is.
Code: Select all
INDEX('TER,RET,RWP,TWB,TWP,',r_tes.action:',',1)- Thu Mar 13, 2008 10:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Notification activity - blank file as attachment
- Replies: 6
- Views: 1584
- Thu Mar 13, 2008 10:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running jobs on different config files
- Replies: 6
- Views: 1187
- Thu Mar 13, 2008 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How Datastage EE 8.0.1 treats multiple core CPU's with nodes
- Replies: 6
- Views: 2478
The number of physical (or virtual) CPUs in a system and the number of nodes declared in a config file have nothing directly to do with each other. You can declare a 64-way config file on a 1-CPU system or a single node configuration on a 64 processor system and pretty much any value in between. The...