Search found 42189 matches

by chulett
Thu Feb 14, 2008 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass field values to parameter
Replies: 9
Views: 4764

No. You'll need to have the value before the job starts and pass it in as a Job Parameter to use it in the filename.
by chulett
Thu Feb 14, 2008 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to send mail to a distribution list using mailx command
Replies: 3
Views: 2058

A 'distribution list' is just another email address, so you use it just like you would any other. Nothing special required.
by chulett
Thu Feb 14, 2008 9:25 am
Forum: General
Topic: Regarding UV Database
Replies: 5
Views: 1412

If we get too far afield, yes. :wink:

You can see the parent/child relationship between the two tables in Ray's query - JOBNO is the common key. As to what's stored in the two, a LIST.DICT and some browsing should make that clearer.
by chulett
Thu Feb 14, 2008 9:06 am
Forum: General
Topic: Regarding UV Database
Replies: 5
Views: 1412

They have been posted here before. I would think a diligent search for something like OLETYPE would turn up the posts you are interested in.
by chulett
Thu Feb 14, 2008 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDK routines and KeyMgtGetNextValue
Replies: 7
Views: 2281

Routines are trumped by the presence of a Transform of the same name. So if you can't find the routine you need, check the transform branch.

No time for a proper explanation, but a search for 'routines versus transforms' should turn something up.
by chulett
Thu Feb 14, 2008 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in transformer
Replies: 27
Views: 8375

Whatever. I've been down this road and been bitten in the ass by this very client version. Everything works great except for one or two perfectly valid sqls. There's nothing wrong with the job or the query, but memory leaks and other problem in the client blow you up real good.
by chulett
Thu Feb 14, 2008 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in transformer
Replies: 27
Views: 8375

basu.ds wrote:version is 9.2.0.1.0

Old and unstable. :?

Is your 9i database itself that old? If not, suggest you have your DBA upgrade your client to a more 'recent' and stable version, like 9.2.05 or 9.2.0.6.
by chulett
Thu Feb 14, 2008 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in transformer
Replies: 27
Views: 8375

I asked for the client version - it will be something like 9.2.0.5.
by chulett
Wed Feb 13, 2008 7:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sqlldr error ...
Replies: 6
Views: 2389

Have you talked to your DBA about what might be going on?
by chulett
Wed Feb 13, 2008 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: etl-tools.info - datastage-tutorial- scd2-implementation?
Replies: 6
Views: 4567

Remove the extra dot from the end. After you are done poking around over there, don't forget to wash your hands.
by chulett
Wed Feb 13, 2008 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Stage which supports both Input and output links?
Replies: 3
Views: 1137

In other words, you can't do a direct equivalent of your Server job in PX so I assume you'll need to break it up into two discrete jobs.
by chulett
Wed Feb 13, 2008 5:45 pm
Forum: General
Topic: flatfile with diffrent sections
Replies: 12
Views: 2766

Well, I'd still stick with reading each record as one long varchar field. You can build whatever logic you need around what happens when you read a 'SEQ' record and what happens when you read an '-END' record. Stage variables can be used to build an aggregate record between those two points, and the...
by chulett
Wed Feb 13, 2008 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppressing leading Zero's of Decimal Data type
Replies: 4
Views: 1545

A decimal data type doesn't have leading zeroes.
by chulett
Wed Feb 13, 2008 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inner Join Issues
Replies: 13
Views: 2971

Which means you are not performing the same 'join' in your job, and why Ken is asking for details of your job design.