Search found 53125 matches
- Mon Mar 28, 2011 7:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Routine to check whether the file exist or not
- Replies: 4
- Views: 2510
The OpenSeq statement will take its Else clause if the file does not exist. Note that the file will be open for writing and locked - you will still need a CloseSeq statement once you have performed your test. You could also call DSExecute to execute a UNIX test -f pathname command (yes, even though ...
- Mon Mar 28, 2011 7:17 pm
- Forum: General
- Topic: List of Command Interface commands
- Replies: 1
- Views: 1213
Possibly the best place (most comprehensive list) is the UniVerse manuals - also available through IBM web site - although these don't give the DataStage-specific commands
- Mon Mar 28, 2011 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A simple query
- Replies: 1
- Views: 941
- Mon Mar 28, 2011 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upsert failure in Oracle Connector Stage
- Replies: 5
- Views: 4048
- Mon Mar 28, 2011 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_nlsmap() - BCI NLS input mapping error
- Replies: 6
- Views: 5979
- Mon Mar 28, 2011 4:35 pm
- Forum: General
- Topic: Difference between Cluster & Grid Architecture
- Replies: 7
- Views: 13883
- Mon Mar 28, 2011 4:34 pm
- Forum:
- Topic: Anyone using BG and MDW as Corporate metadata tool?
- Replies: 7
- Views: 6193
We've just completed upgrading BioGrid from 8.1 to 8.5. They have a comprehensive Business Glossary full of medical terms, since they're a medical research company. Thus far, they don't use MDW at all, but we may be able to wean them onto it as more and more research institutions become part of thei...
- Mon Mar 28, 2011 1:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_nlsmap() - BCI NLS input mapping error
- Replies: 6
- Views: 5979
- Mon Mar 28, 2011 1:15 pm
- Forum: General
- Topic: Run all the jobs concurrently
- Replies: 10
- Views: 2864
- Mon Mar 28, 2011 11:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Header & Footer is missing
- Replies: 9
- Views: 2363
- Mon Mar 28, 2011 11:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DAtastage job not running
- Replies: 2
- Views: 1350
- Mon Mar 28, 2011 11:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can aggregator stage be of some help
- Replies: 21
- Views: 7860
- Mon Mar 28, 2011 11:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Send a notification mail when count mismatches
- Replies: 2
- Views: 1359
Why bother with the "Y" and "N"?
Code: Select all
If Count1 <> Count2 Then Call DSSetUserStatus(arg) Else NULL- Mon Mar 28, 2011 11:20 am
- Forum: General
- Topic: Need to Get an Mail Notification from ETL Job
- Replies: 9
- Views: 3136
- Mon Mar 28, 2011 11:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: logic implementation
- Replies: 4
- Views: 1618