Search found 42189 matches

by chulett
Mon Feb 15, 2010 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Questions regarding Null handling in Stage variables
Replies: 17
Views: 17863

If you are using it inside a PX job, then it's not a BASIC function... unless you're doing that inside a BASIC Transformer. :wink:
by chulett
Mon Feb 15, 2010 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tricky - Date Field Automatic Conversion wuth RCP Enabled
Replies: 11
Views: 4605

No problem, Oracle always seems to march to the beat of a different drummer. :wink:

So, can we mark this issue as Resolved now?
by chulett
Mon Feb 15, 2010 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading large strings
Replies: 4
Views: 1265

Depends on the database and the stage used but the DRS stage seems to work 'more better' for stuff like this from what I've seen.
by chulett
Mon Feb 15, 2010 8:55 am
Forum: Site/Forum
Topic: Problem with posting.php
Replies: 11
Views: 9317

I haven't seen that yet but then I don't let the 'Posting' message stall for any length of time. I learned long ago that, for whatever reason, if you hit Submit and it doesn't post pretty much right away there's a good chance there will be some kind of issue - usually multiple posts but sometimes go...
by chulett
Mon Feb 15, 2010 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading large strings
Replies: 4
Views: 1265

That would be a CLOB field which is technically not supported. However, that doesn't necessarily mean it won't work. What have you tried? Perhaps an unbounded LongVarchar would do the trick.
by chulett
Mon Feb 15, 2010 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tricky - Date Field Automatic Conversion wuth RCP Enabled
Replies: 11
Views: 4605

When i made the select query on the database the date field comes as 2009-11-18 00:00:00.0. This means that source date 2009-11-18 got converted into a timestamp. I am not coding column metadata in the job . So Please let me know which setting if required to be changed. I am not understanding why t...
by chulett
Mon Feb 15, 2010 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tricky - Date Field Automatic Conversion wuth RCP Enabled
Replies: 11
Views: 4605

Re: Tricky - Date Field Automatic Conversion wuth RCP Enable

The source dataset have some date fields with format 2009-11-18 . But when the data is loaded intp Oracle Table , it converts its format to Tuesday,November 17 ,2009 12:00:00 AM GMT + 00:00. So... are you seriously saying that 2009-11-18 is getting converted to November *17* or is that a typo? Obvi...
by chulett
Mon Feb 15, 2010 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to pick all files from DS load directory to job .
Replies: 5
Views: 1419

Stop trying to be tricky or clever and build separate jobs for each record type. Perhaps you could build a common header/footer validation job but I'm not sure I've even bother doing that.
by chulett
Mon Feb 15, 2010 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sendmail error
Replies: 8
Views: 2973

Talk to your Admin for that machine.
by chulett
Mon Feb 15, 2010 8:08 am
Forum: General
Topic: Assign name to file at runtime.
Replies: 6
Views: 1837

A Server job writing them out using the Folder stage would make this trivial.
by chulett
Sun Feb 14, 2010 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Questions regarding Null handling in Stage variables
Replies: 17
Views: 17863

Re: Questions regarding Null handling in Stage variables

vivekgadwal wrote:However, all the rows with NULL Coverage_mp are being dropped by logging a warning.
Any particular warning?

And just in case you hadn't stumbled across this yet, stage variables in a Parallel Transformer do not support nulls. Server Transformer stage variables do, but not PX.
by chulett
Sun Feb 14, 2010 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: update Parameter set for every run
Replies: 2
Views: 1368

It's a normal flat file so you have a number of options on how to change it, especially if it is the only record in the file. You could use a job, do something in a routine, even a shell script.
by chulett
Sun Feb 14, 2010 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records getting rejected in Column Import Stage
Replies: 6
Views: 3293

Excellent, nice job working that out. Hope you properly chastised whomever gave you the wrong metadata. :wink:
by chulett
Sun Feb 14, 2010 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem creating a Parallel Routine
Replies: 3
Views: 2437

Not nearly enough information for someone to help without guessing. :? Tell us exactly how you are creating / using this 'parallel routine', exactly where/when you are getting the errors you posted and what things you tried from the other posts you found. Oh, and it would probably help to know what ...