Search found 42189 matches

by chulett
Fri Feb 02, 2007 9:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Equivalent CHAR
Replies: 11
Views: 3265

The example helps but is incomplete. You say 'equivalent char' like you want this translated into a single character - but I'm guessing you want this number spelled out in words? If that's the case, Ray posted a routine to do that quite recently. Either one of us could search for it. If that's not t...
by chulett
Fri Feb 02, 2007 9:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Equivalent CHAR
Replies: 11
Views: 3265

Re: Equivalent CHAR

This is rather simplest thing to ask. If you have a number in billion then how will you calculate the equivalent character for this decimal. Rather simplest, but I have no idea what you are asking. Can you rephrase or provide an example of what you are trying to convert - from and to, if possible?
by chulett
Fri Feb 02, 2007 9:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting the job status to raise warning signal
Replies: 12
Views: 3810

Re: Setting the job status to raise warning signal

I need to get the count from a table. If the count is > 1 as I check in the transformer, then I need to raise a warning for the job level in the transformer. Please let me know if there is any function to do that. No mention of other jobs or anything else at the "same level". Just a question on rai...
by chulett
Fri Feb 02, 2007 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Get The status of the job
Replies: 9
Views: 3323

If you call this in an after job routine will it know if the job is going to finish with warnings or abort because the other one always shows running? Allegedly. I haven't had a need to try this but remember Uncle Ray mentioning it here. Only issue might be aborts where you checked the 'only run if...
by chulett
Fri Feb 02, 2007 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting the job status to raise warning signal
Replies: 12
Views: 3810

Me thinks the young Padawan means DSLogWarn, DSLogEvent is used to do the equivalent in a different job from the current job.
by chulett
Fri Feb 02, 2007 3:03 pm
Forum: Site/Forum
Topic: Getting logged out during session
Replies: 17
Views: 9495

IE 6, work and home, have not seen the issue that I recall.
by chulett
Fri Feb 02, 2007 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: undo rebuild repository indices
Replies: 3
Views: 1289

There is no reason to need an undo. A 'redo' may be in order, however, if it was run when other users were connected to the project...
by chulett
Fri Feb 02, 2007 12:52 pm
Forum: General
Topic: DataStage and the DST change
Replies: 11
Views: 9575

Thanks... I do receive Product Alerts for DataStage currently but just added a Platform Alert for our O/S as well. From the site: A provision of the Energy Policy Act of 2005, extends Daylight Saving Time (DST) in the United States by four weeks, beginning in 2007. Systems and applications that proc...
by chulett
Fri Feb 02, 2007 11:24 am
Forum: General
Topic: DataStage and the DST change
Replies: 11
Views: 9575

DataStage and the DST change

For those of us in the US and needing to deal with the change in Daylight Savings Time start and end times this year - are there any 'DataStage issues' to be aware of? A 'big project' is underway to coordinate this change across the enterprise and I've been pinged for DataStage. Seeing as how we're ...
by chulett
Fri Feb 02, 2007 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wee have mystery dbx processes on our Unix server
Replies: 31
Views: 9529

Have you 'sourced' your dsenv file first? Don't see that in your example. cd $DSHOME . ./dsenv While 'uv' should work, I typically reserve that for starting and stopping things. Have you tried 'uvsh'? Not sure what the difference is, but curious. Technically, 'dssh' should be used nowadays - if that...
by chulett
Fri Feb 02, 2007 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Get The status of the job
Replies: 9
Views: 3323

Or simply check JOBINTERIMSTATUS rather than JOBSTATUS. From the online help: DSJ.JOBINTERIMSTATUS. Returns the status of a job after it has run all stages and controlled jobs, but before it has attempted to run an after-job subroutine. (Designed to be used by an after-job subroutine to get the stat...
by chulett
Fri Feb 02, 2007 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Viewing records in error, from log
Replies: 6
Views: 1665

Never worked with the OLEDB stage so can't say if there's anything 'special' needed there. However, to capture reject rows properly from any database stage you must keep your Array Size set to 1. Is that how you've got it configured?
by chulett
Fri Feb 02, 2007 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 30 million rows using an aggregator
Replies: 3
Views: 965

As noted, the Agg stage can't handle that volume unless two things happen: 1) The data is presorted in a manner that supports the aggregation being done. 2) You assert the Sort Order in the stage so it knows you've done this. Get it right and rows will flow through the stage at each 'sort break'. Ge...
by chulett
Fri Feb 02, 2007 8:20 am
Forum: Site/Forum
Topic: Getting logged out during session
Replies: 17
Views: 9495

I haven't seen this. When you say 'clicking on a link' do you mean the normal navigation links for the site, or links people have posted inside threads? If the latter, I've only seen that when someone is connected to 'dsxchange.com' rather than 'www.dsxchange.com' and they post a link without the 'w...
by chulett
Fri Feb 02, 2007 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looking for Parallel Extender Developer PDF Guide
Replies: 26
Views: 7360

Nice, thanks for reposting the link. The first link on the page takes you off to the IBM Information Server Information Center where it says: You can find the PDF books for all IBM Information Server product modules on the IBM Information Server PDF CD. Anyone see or know how it can be obtained?