Search found 42189 matches

by chulett
Fri Mar 13, 2009 5:41 pm
Forum: General
Topic: DataStage 8.0 dsjob command error
Replies: 11
Views: 11986

Not sure unless it's horked up in 8. I've used the latter syntax without issue in 7.x on a UNIX server and from memory what you posted looks correct to me. :?
by chulett
Fri Mar 13, 2009 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage truncating data
Replies: 14
Views: 5297

There really isn't supposed to be when you set it to ODBC but sometimes it does seem to work more better. Not sure why. :?
by chulett
Fri Mar 13, 2009 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DCount / Concatenate
Replies: 5
Views: 1577

Order the records properly and check to see if the first value per key is 'FF' and handle accordingly if it is not... assuming that 'fact_value' would always come first per key.
by chulett
Fri Mar 13, 2009 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the meaning of following errlog message?
Replies: 10
Views: 4903

Right... it's in the log because they "used it" but I'm wondering where they found out about it to use it as it doesn't seem to be documented anywhere that I could find, unless it is new for 8.
by chulett
Fri Mar 13, 2009 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the meaning of following errlog message?
Replies: 10
Views: 4903

Sorry I really couldn't help more, but it seems that IBM is still your best bet. Out of curiousity, where did you find APT_PARAMETER_DATA? I can find no mention of it anywhere in my docs or via Google.
by chulett
Fri Mar 13, 2009 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg job schedule
Replies: 5
Views: 1187

Next time, can we start with your actual requirements? We posted solutions for the problem you posed to us. :? You can still use a Sequence job for the 'from completion of main job, we need to schedule other jobs' question, if you want to handle all of the dependancies within the DataStage GUI. If t...
by chulett
Fri Mar 13, 2009 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract value from file in job sequnce
Replies: 4
Views: 1037

Sainath.Srinivasan wrote:I did not intend to be rude and am not ignorant of the poster profile mechanism.
I know, but many people are - hence my post. It wasn't specifically addressed to anyone.
by chulett
Fri Mar 13, 2009 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while using Transforms RowProcCompareWithPreviousValue
Replies: 7
Views: 1987

That's 8) just wanted to be sure we didn't leave you hanging.
by chulett
Fri Mar 13, 2009 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the meaning of following errlog message?
Replies: 10
Views: 4903

Hmmm... the only mention of either APT_PARAMETER_DATA or Illegal flavor keyword in the bajillions of posts here is in this one. Googling for the latter phrase gets me one hit in the 8.0.1 Release Notes where they post the 'workaround' as 'Contact IBM customer support'.
by chulett
Fri Mar 13, 2009 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar Field Truncation Issue : Sequential File
Replies: 8
Views: 2237

As noted, you'll need to increase the field size you are using in the Sequential File stage and then do a length check on the string, logically rejecting it if it is longer than 30 characters.
by chulett
Fri Mar 13, 2009 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing Stages in Project
Replies: 7
Views: 2078

Funny, a quote from 'Airplane'. :wink:

What exactly did you export?

ps. There is no 'hash'.
by chulett
Fri Mar 13, 2009 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture SQLCODE value from ODBC stage
Replies: 2
Views: 1176

Did you try searching the forums for your message? Your question has been asked several times here, can't imagine there's no answer out there as well.
by chulett
Fri Mar 13, 2009 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage truncating data
Replies: 14
Views: 5297

Unless SAS is using the exact same ODBC connection / driver, then you can't really rule out ODBC as the problem. Can you find anything in common between these few problem fields? Have you posed this problem to your official support provider? :?
by chulett
Fri Mar 13, 2009 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD TYpe2 Process
Replies: 5
Views: 1303

Can you post an image of your job / stage so we can see what you're doing or not doing? Your 'PrtScn' / Print Screen button can capture that, then use any of the free image hosting web sites out there and lastly the Img or the 'image' tags to link to them here.
by chulett
Fri Mar 13, 2009 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DCount / Concatenate
Replies: 5
Views: 1577

What do you mean by 'if FF does not exists'... the record doesn't exist? The field is null? Something else? :?