Search found 42189 matches

by chulett
Fri Dec 25, 2009 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set Environment Variable
Replies: 4
Views: 1751

Could you post what your resolution actually was, please? This will help future searchers with the same problem by having one more place the find The Answer.
by chulett
Fri Dec 25, 2009 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table definitions import in Datastage Server Edition
Replies: 7
Views: 10361

Interesting... I had assumed you'd done the required bind since you already had working jobs talking to DB2. Perhaps that's because you used some other than ODBC to import the table metadata. :?

Regardless, can you please mark this as Resolved using the button at the top of the page?
by chulett
Fri Dec 25, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE LOAD ERROR
Replies: 3
Views: 1547

Assuming your connection information is parameterized, make sure the value you are passing is correct and the parameter is resolving correctly. Right now, it can't find what you passed in in the tnsnames.ora file.
by chulett
Thu Dec 24, 2009 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage - Importing REDEFINES within the same record
Replies: 32
Views: 15673

Worst case you could build a lookup with the 20 values to substitute for the last character and do all that while it's still a string. The link I posted showed you that a 'P' would be a -7 as the last digit. You'll probably want to handle the signage separately and multiply the result by -1 for the ...
by chulett
Thu Dec 24, 2009 11:09 am
Forum: General
Topic: Data Stage Tutorial
Replies: 1
Views: 1217

Yes, one ships with the product, or at least it certainly used to. The pdf documentation is also something you really should go through and there's an IBM Redbook with lots of good information in it, free for the downloading.
by chulett
Thu Dec 24, 2009 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage - Importing REDEFINES within the same record
Replies: 32
Views: 15673

As noted early on - unless you have an FD that says otherwise and then we have "issues" - those are not comp-3 fields aka 'packed decimal'. They are zoned decimal fields.
by chulett
Thu Dec 24, 2009 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00942: table or view does not exist
Replies: 15
Views: 15310

As noted, that "does not exist" error can mean either exactly that, or you don't have the grants you need so it is (in essence) invisible to your user. You'll also find you need "extra" grants to truncate and load a table rather than simply "upsert" data into it.
by chulett
Thu Dec 24, 2009 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate column value of different records in 1 record
Replies: 4
Views: 1527

Confusing. :?

So, you're showing what it should be? Why not show us what you did get? Post that and your transformation logic so we have some clue what is allegedly going wrong. All you've said so far is "it doesn't work" which is singularly unhelpful.
by chulett
Thu Dec 24, 2009 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Decimal to Date Value
Replies: 4
Views: 1945

You should if-then-else around those zero dates, I would think.
by chulett
Thu Dec 24, 2009 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to recover deleted jobs from datastage v8.1
Replies: 2
Views: 2903

Deleted is deleted. What kind of backups do you have?
by chulett
Thu Dec 24, 2009 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from 7.0.1 to 8.1
Replies: 5
Views: 1641

Install the 8 client, even if you have no 8 Server yet. This will give you the documentation you need, including 'Migration Guide' and a 'Planning, Installation and Configuration Guide'.
by chulett
Thu Dec 24, 2009 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TO export job through unix
Replies: 19
Views: 4459

What 7.x version?
by chulett
Thu Dec 24, 2009 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration of DataStage Server from 7.5.1A to 7.5.3
Replies: 1
Views: 1476

I'm not aware of any "cons". Make sure you have good backups and then allow the new version to overwrite and upgrade the older version directly.
by chulett
Thu Dec 24, 2009 9:02 am
Forum: General
Topic: hi
Replies: 3
Views: 1097

The Redbook. Or here if you want to purchase a printed copy.
by chulett
Thu Dec 24, 2009 8:58 am
Forum: General
Topic: null handling in transformer/join stages
Replies: 3
Views: 1370

If your output column is nullable and you're fine with them, then there's no need for null handling. Do it when your target does not allows null - even if there will 'never be any' - just to shut PX up. :wink: