Search found 53125 matches
- Thu Oct 13, 2005 3:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NO OF WEEKS
- Replies: 6
- Views: 1590
Not to derail this, but... Ray, I could have sworn in the past you've said that DataStage was an odd duck in that it did not enforce any precedence when evaluating expressions? That it is, without parens, evaluated strictly from left to right. Am I mis-remembering? I was talking about logic, not ar...
- Thu Oct 13, 2005 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data insert on Indexed oracle DB
- Replies: 3
- Views: 1997
Re: data insert on Indexed oracle DB
Hi All, We are using PX 7.0 with Oracle 9i currently we don't have any indexs on our database. As an enhancement we are palnning to add some indexes on most of the tables. we would like to know where this will affect the DS performanace. do we need to do any changes in our ETL jobs. FYI ..our PX se...
- Thu Oct 13, 2005 3:03 pm
- Forum: Enhancement Wish List
- Topic: Insert Job Parameter in Passive Stage Fields
- Replies: 2
- Views: 1662
Insert Job Parameter in Passive Stage Fields
In passive stages there are fields that are usually job parameters, suchy as DSN, user name, password, filename. It would be nice to be able to select job parameters from a list, rather than to have to type them in accurately. This exists in parallel job stages - a tool takes you to a menu that incl...
- Thu Oct 13, 2005 4:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Modified Date
- Replies: 4
- Views: 3305
Date/time created, modified and deleted are all stored in a table called DS_AUDIT. Constrain on the column called INSTANCE which, for jobs, contains the job name. SELECT DTC, CREATOR FROM DS_AUDIT WHERE INSTANCE = '<<JobName>>'; SELECT DTM, MODIFIER FROM UNNEST DS_AUDIT ON MODS WHERE INSTANCE = '<<J...
- Thu Oct 13, 2005 4:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date scenario solution
- Replies: 1
- Views: 611
- Thu Oct 13, 2005 4:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: upgradation
- Replies: 1
- Views: 581
- Thu Oct 13, 2005 4:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Source and Target mapping data
- Replies: 8
- Views: 1995
- Thu Oct 13, 2005 4:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NO OF WEEKS
- Replies: 6
- Views: 1590
When you learned arithmetic at school, what did they teach you about precedence? What's the difference between these two expressions? CurrentDate - HireDate / 7 (CurrentDate - HireDate) / 7 The second of these will provide what you seek provided both dates are in DataStage internal format. However, ...
- Thu Oct 13, 2005 4:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Empty Palette
- Replies: 2
- Views: 1881
- Thu Oct 13, 2005 4:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: $CommandOutput
- Replies: 13
- Views: 7182
The first argument of DSExecute is the shell name, you've used UV which is a variable name. That's fine so long as you've assigned the value "UV" or "DOS" or "UNIX" to that variable, but a more meaningful variable name is warranted. The second argument is whatever must be executed. If Arg1 (another ...
- Thu Oct 13, 2005 4:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: very urgent
- Replies: 2
- Views: 986
Welcome aboard! :D We don't do "urgent" here. It is an all-volunteer site. If you want urgent, sign up for premium support with your support provider. Urgent is expensive. Click on the link to the October newsletter (on the home page at the time I post this) for more information about how to get bes...
- Thu Oct 13, 2005 4:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running DS Jobs from DOS Batchfile
- Replies: 6
- Views: 2537
- Wed Oct 12, 2005 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to connect
- Replies: 4
- Views: 1122
- Wed Oct 12, 2005 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcput - timeout waiting for mutex
- Replies: 18
- Views: 14288
- Wed Oct 12, 2005 3:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting the server name into the drop-down list box
- Replies: 2
- Views: 1041