Search found 53125 matches

by ray.wurlod
Wed Jan 23, 2008 7:10 am
Forum: Site/Forum
Topic: What to do when the LOG data unusable?
Replies: 1
Views: 2097

The General forum is where you post when you're not sure. Post there and we'll do something about answering. Don't include "ASAP" or "urgent", however. We don't do those. DSXchange is an all-volunteer site - people post as and when they can. If you want urgent help, sign up for premium service with ...
by ray.wurlod
Tue Jan 22, 2008 8:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problems with SQLExecDirect (again)
Replies: 37
Views: 14851

That's a good point. Will include a rider about the Data Direct drivers in any BCI code posted in future.
by ray.wurlod
Tue Jan 22, 2008 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variable not defined
Replies: 7
Views: 1257

Please mark the thread as Resolved and make a post explaining how it was resolved.
by ray.wurlod
Tue Jan 22, 2008 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variable not defined
Replies: 7
Views: 1257

Please mark the thread as Resolved and make a post explaining how it was resolved.
by ray.wurlod
Tue Jan 22, 2008 6:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to count he number of records in a dataset
Replies: 9
Views: 8341

can we omit the later part i,e' records' and allow it to display only the value like 1500. Use the -n option of the dsrecords command. dsrecords -n /app/Ascential/DataStage/Projects/MyProject/Controls/MyDataSet.ds Best Practice Tip Create a directory in your project in which all descriptor files fo...
by ray.wurlod
Tue Jan 22, 2008 6:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer compilation
Replies: 6
Views: 1608

Simply because it does so much more work. C++ code is NOT generated for the whole job as you assert - all that is generated is an OSH script that is a one-to-one mapping of the stages in your design. Transformer and Build stages do have to compose, compile and link C++ code which is more time consum...
by ray.wurlod
Tue Jan 22, 2008 6:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variables
Replies: 15
Views: 3531

I don't think that's right, because changing to "" in Administrator had no effect.

Are you clicking Cancel (rather than OK) to close the Administrator windows?

It is not necessary to re-start services, but it might be interesting to open a new Administrator client after making these changes.
by ray.wurlod
Tue Jan 22, 2008 6:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In-Band Nulls and Out-Band Nulls Make Null function
Replies: 7
Views: 4873

An out-of-band null is DataStage's internal representation of null. It's a single byte with only the high bit set (128 if it were a uint8). An in-band null is a value that is legal for the domain of the field, but which your business model has designated will represent "unknown". For example you may...
by ray.wurlod
Tue Jan 22, 2008 6:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ora stage warning.
Replies: 8
Views: 2252

The functions themselves are documented as returning specific data types. Importing table definitions can not help with the data type returned by any function you may choose to use in your SQL. You can, of course, research the data type and amend the imported table definition or the columns within t...
by ray.wurlod
Tue Jan 22, 2008 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variable not defined
Replies: 7
Views: 1257

Re: Stage variable not defined

Teej wrote:(and others that I may have not thought about.)

Still thinking about getting it to make lunch, I'll warrant. :lol:
Do you get a banquet if you use a parallel job?
by ray.wurlod
Tue Jan 22, 2008 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading to 8.0 ..Things to be looked at
Replies: 4
Views: 1834

IBM offers class code DX800 (What's New in DataStage/QualityStage 8.0) that has pretty good coverage. Talk with IBM Learning Services. This is not a regularly scheduled class - it is run on demand.
by ray.wurlod
Tue Jan 22, 2008 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why and Why?
Replies: 7
Views: 3948

My location as stated is always correct. So, yes, currently I am in Bangalore.
by ray.wurlod
Tue Jan 22, 2008 6:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ripple effects of increasing array size in oracle stage
Replies: 4
Views: 1337

Not a problem with DataStage. When you send arrays to Oracle and there's a problem with one of the rows, Oracle effectively reports "there was a problem with one of the rows in that array". The only way to isolate the row in which the problem occurred is to use array size of 1. Oracle still behaves ...
by ray.wurlod
Tue Jan 22, 2008 6:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: address cleansing
Replies: 7
Views: 1799

Use QualityStage - this is precisely the kind of thing (OK, one of the things) it's designed to do. It even correctly figures out that 125 ST STEVEN ST should be 125 SAINT STEVEN STREET. The technique is called standardization. A QualityStage standardization task can be included in a DataStage job f...
by ray.wurlod
Tue Jan 22, 2008 6:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problems with SQLExecDirect (again)
Replies: 37
Views: 14851

The Data Direct drivers are not meant to be used with BCI, only from stages. They are licensed that way. What's really annoying is that they work OK for 30 days before giving this message. If you want to go the BCI route you will need to provide your own ODBC drivers or license the Data Direct drive...