Search found 42189 matches
- Thu Nov 13, 2008 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSADM user can not add projects
- Replies: 11
- Views: 2641
- Thu Nov 13, 2008 8:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_BadAlloc: Heap allocation failed..
- Replies: 1
- Views: 1209
- Thu Nov 13, 2008 12:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Adding months to Date in Server Edition
- Replies: 6
- Views: 4226
- Wed Nov 12, 2008 11:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter
- Replies: 6
- Views: 1450
- Wed Nov 12, 2008 11:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Display record counts on links in Designer from the last run
- Replies: 15
- Views: 2964
- Wed Nov 12, 2008 11:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I extract just the values from xml file???
- Replies: 11
- Views: 4209
chulett wrote:For documentation there is an XML PACK pdf file in your 'Docs' directory. And an XML Best Practices writeup on Kim Duke's website.
There ya go.
- Wed Nov 12, 2008 11:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: From previous run info
- Replies: 4
- Views: 1901
- Wed Nov 12, 2008 11:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "cc" on an Email
- Replies: 3
- Views: 1531
- Wed Nov 12, 2008 11:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence Custom Condition
- Replies: 5
- Views: 3053
- Wed Nov 12, 2008 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameters
- Replies: 1
- Views: 717
You include them as "name value pairs", one set per parameter to be passed:
Assuming we're talking about dsjob here.
Code: Select all
-param <name>=<value>Assuming we're talking about dsjob here.
- Wed Nov 12, 2008 2:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to add 180 days to my source date
- Replies: 8
- Views: 2430
Code: Select all
DateFromDaysSince(180,DSLink1.CHANGE_DATE)Assuming CHANGE_DATE is actually a datatype of DATE, otherwise you'll need to add a StringToDate() function into the mix.
- Wed Nov 12, 2008 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to add 180 days to my source date
- Replies: 8
- Views: 2430
- Wed Nov 12, 2008 12:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retaining single quotes in passed parameters?
- Replies: 6
- Views: 5924
Hmmm... perhaps opening a case with your official support provider is in order, if all of the usual tricks to stop the quote stripping no longer work in this new version. How similar are your various queries? Worst case, can you break things up into separate parameters, something like... Select to_c...
- Wed Nov 12, 2008 12:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs are schedule, but unscheduled in director
- Replies: 9
- Views: 1770
- Wed Nov 12, 2008 12:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs are schedule, but unscheduled in director
- Replies: 9
- Views: 1770
That means there is nothing scheduled for that user. However, if the jobs are actually still running from cron, that means some user has them in their schedule, just not this one. You may need to get some help from the SysAdmins on that box for this, but you need to "query" all of the crontabs out t...