Search found 42189 matches

by chulett
Thu Dec 23, 2010 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STRING was not found in the design schema
Replies: 1
Views: 12289

Or concatenate them all together and return one.
by chulett
Thu Dec 23, 2010 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp corruption using Oracle Enterprise stages
Replies: 5
Views: 6129

That's... odd. Have you determined the pattern here, which dates are ok and which get corrupted? What are the NLS_DATE_FORMAT settings for your instances?
by chulett
Thu Dec 23, 2010 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which partition i need to use?
Replies: 8
Views: 2802

The first half in one partition, the second in the other, just by 'partition settings'? No.
by chulett
Thu Dec 23, 2010 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows into one row
Replies: 8
Views: 3332

Want or not want, use an aggregator. Group on the 'no calculation' columns.
by chulett
Thu Dec 23, 2010 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server
Replies: 1
Views: 1352

No. See if your DBA can help, trace the session and see what the 'hang' might be... or at least help determine if it is database related or not.
by chulett
Wed Dec 22, 2010 9:53 am
Forum: General
Topic: How to Find DSHOME ?
Replies: 5
Views: 1920

Show us exactly how you are using it, please. Copy/paste that part of your script here.
by chulett
Wed Dec 22, 2010 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect dboption list
Replies: 4
Views: 4285

Which "Ora" stage, exactly? And how are you passing in the password?
by chulett
Wed Dec 22, 2010 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read sequential file in multinode option
Replies: 2
Views: 3904

Are you certain it is fixed-length? Doesn't sound like one if you can't divide the total byte size by the record count and get an even number.
by chulett
Wed Dec 22, 2010 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect dboption list
Replies: 4
Views: 4285

Details, please... Database? Stage? etc
by chulett
Wed Dec 22, 2010 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncation in ODBC Enterprise stage.
Replies: 5
Views: 2290

Is your "varchar(50)" in SQLServer 50 bytes or 50 characters? You may have a 'byte semantics' issue with a multi-byte character set. What is/are the charactersets involved here?
by chulett
Wed Dec 22, 2010 7:36 am
Forum: General
Topic: How to Find DSHOME ?
Replies: 5
Views: 1920

Do that to set it, you can 'echo $DSHOME' to find what it is already set to.
by chulett
Wed Dec 22, 2010 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CSV file with column value with double quote
Replies: 4
Views: 2644

Double-quotes inside a field? No. Well, unless you consider leveraging an O/S command like awk from the Filter option in the stage to be that. Then yes. :wink:
by chulett
Wed Dec 22, 2010 7:17 am
Forum: General
Topic: find and replace contents of the same file
Replies: 3
Views: 1328

Ok... a) that's just a catch-phrase, much like "Resistance is futile!" from Star Trek or Hitchhiker's. b) This has nothing to do with DataStage. What the 'stupid' (since we're already down that rabbit hole) part is due to the nature of sequential media - it is the fact that it is physicall...
by chulett
Tue Dec 21, 2010 10:10 pm
Forum: General
Topic: DataStage Routines - What Are they?
Replies: 4
Views: 5590

And since we're in the General forum... Server routines are written in DataStage BASIC and can be used in much the same manner as Ray noted but in the Transformer stage in a Server job. They also are what you can run 'Before' or 'After' jobs or stages and are what the Routine Activity stage in Seque...
by chulett
Tue Dec 21, 2010 9:17 pm
Forum: General
Topic: Shared Containers Info
Replies: 4
Views: 1668

It's a 'reusable object'. Write once, leverage in multiple jobs, change in one place, all places see the same change. Does that help at all? Not really associated with [what you put in the square brackets] by the way. The concept of shared containers works the same Server v. Parallel and you can eve...