Search found 42189 matches

by chulett
Fri Aug 20, 2004 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 28
Views: 8315

You could use:

Code: Select all

DIGITS(Iconv(LinkName.DateColumnName, "DYMD[4,2,2]"))


I believe it always wants to add a delimiter to the date. :? This uses a Transform to strip out all non-numeric characters.
by chulett
Fri Aug 20, 2004 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Definition Repository
Replies: 9
Views: 2144

Exactly. That and a big stick. Helps with the 'enforced' part. :wink:
by chulett
Fri Aug 20, 2004 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning DS server
Replies: 20
Views: 7887

Um... how do you know, Tony?
by chulett
Fri Aug 20, 2004 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tuning DS server
Replies: 20
Views: 7887

The downsides? Mostly what I've seen is either the buggy way it was implemented or just the fact that it is the nature of the beast. This impression may also change from version to version. Heck, Ascential sent of a big alert yesterday for anyone using the 7.5 Enterprise Edition to download 7.5a ASA...
by chulett
Thu Aug 19, 2004 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Controller problem: Unhandled failure
Replies: 4
Views: 2094

Or what Ray said. :oops:
by chulett
Thu Aug 19, 2004 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Controller problem: Unhandled failure
Replies: 4
Views: 2094

Re: Sequencer Controller problem: Unhandled failure

datastage wrote:The function is a simple as:
Call DSLogWarn(JobName, "Sequencer called jobs with warnings")
Ans = ''

You've got the arguments backwards. :wink:
by chulett
Thu Aug 19, 2004 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oracle DB access from DS subroutines
Replies: 10
Views: 3101

:lol: Sit down. Have a cookie.
by chulett
Thu Aug 19, 2004 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WARNING MESSAGE
Replies: 9
Views: 3099

Well, that explains that! Places I've been have always used a single userid for the running of the jobs. :wink:
by chulett
Thu Aug 19, 2004 1:17 pm
Forum: General
Topic: uv commands failing????
Replies: 6
Views: 3743

You need to use single quotes around the job number.
by chulett
Thu Aug 19, 2004 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WARNING MESSAGE
Replies: 9
Views: 3099

Not that I am aware of, as the check it does is a fundamental part of the engine as far as I know. Others may know better, however.

Kind of funny, but I've been doing this since 1998 and I've never seen that message. :?
by chulett
Wed Aug 18, 2004 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Complex join problem
Replies: 12
Views: 3201

Ahhh... then they're not really duplicates, are they? :P

I agree with and understand your basic premise, just having some fun with ya, V. :wink:
by chulett
Wed Aug 18, 2004 7:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage 7.5 -SQL statement not updated in SQL Tab
Replies: 6
Views: 1930

I think you are correct, Mike. The "Fully Generated Query" option is to be avoided, in my opinion. It's only there because they needed to say they could provide that functionality, even though it is a PITA to use. As you said, you can't simply modify a portion of your query, you have to rebuild the ...
by chulett
Wed Aug 18, 2004 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS stage - Reference link with Multiple row result set
Replies: 5
Views: 1002

First row, I believe. :? The only 'workaround' at this point in time is to use one of the two stages that support that functionality - the ODBC or UV stages.
by chulett
Wed Aug 18, 2004 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Complex join problem
Replies: 12
Views: 3201

Vincent, a 'union' by definition removes all duplicates. You have to specifically say 'union all' to retain them. :wink:
by chulett
Tue Aug 17, 2004 10:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate table then insert rows
Replies: 4
Views: 1444

It was introduced in 7.1, which is why you don't see it - yet. :wink: Take a peek at this post where we discussed how it is meant to be used and I posted an introductory snippet from the 7.1 readme.