Search found 53125 matches
- 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 ...
- Tue Jan 22, 2008 8:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problems with SQLExecDirect (again)
- Replies: 37
- Views: 14851
- 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
- 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
- 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...
- 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...
- 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
- 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...
- 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...
- 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.
Do you get a banquet if you use a parallel job?
- 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
- 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
- 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 ...
- 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...
- 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...