Search found 42189 matches

by chulett
Wed Sep 07, 2011 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets vs. Sequential File
Replies: 5
Views: 1731

It's not really about large versus small, it's more about what you intend to use this for. Sequential files take less physical space for the same amount of data and are 'portable' across applications. Datasets are specific to DataStage and mirror the in-memory footprint of the data inside the job. U...
by chulett
Wed Sep 07, 2011 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating Table with millions of records
Replies: 5
Views: 1998

Database? As in which one are we discussing here?
by chulett
Wed Sep 07, 2011 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating Table with millions of records
Replies: 5
Views: 1998

Database? How many records do you need to update?
by chulett
Wed Sep 07, 2011 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to populate leading value in to current row
Replies: 7
Views: 4646

I'm going to take a wild-assed guess that this isn't a TX question. Moved.
by chulett
Wed Sep 07, 2011 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with XML Output Stage
Replies: 7
Views: 3467

You get ^M characters on UNIX when you create a DOS output file.
by chulett
Wed Sep 07, 2011 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric sorting of the data
Replies: 2
Views: 1256

Split the field, convert the second 'half' to a number and then sort on those two new fields.
by chulett
Wed Sep 07, 2011 7:10 am
Forum: General
Topic: What is the major difference between datastage 7.5 and 8.5 ?
Replies: 6
Views: 11923

:!: It is very poor netiquette to 'steal' other people's work and post it in its entirety, even worse to do it with no reference as to the source / original author. Luckily, it was easy to recognize a blog post from our friend Vincent. Next time, simply post the URL. To see the contents, click here:...
by chulett
Wed Sep 07, 2011 6:51 am
Forum: General
Topic: No log entries in Director
Replies: 4
Views: 1265

Already had this 'conversation'... once again I've had to change it for you. :?
by chulett
Tue Sep 06, 2011 1:28 pm
Forum: General
Topic: Create file first time and then append to it
Replies: 3
Views: 925

Append will create the file if it doesn't exist. But that will also mean it will append to the previous run's file rather than replace it so you'll need an extra step. Before you get into your loop, ensure the file generated by the previous processing run has been deleted.
by chulett
Tue Sep 06, 2011 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Load PeopleSoft Enterprise Application
Replies: 3
Views: 2411

Hmmm... not sure about the 'risky' part but I guess that might depend on the PeopleSoft people who are providing you guidance. We didn't have an "packs" installed, our PeopleSoft targets were just plain old Oracle tables and I don't recall having any issues populating them just like any ot...
by chulett
Tue Sep 06, 2011 7:38 am
Forum: General
Topic: data validation in fixed width sequential file
Replies: 14
Views: 6063

... and (belatedly) off we go to General land.
by chulett
Tue Sep 06, 2011 7:35 am
Forum: General
Topic: DS_AUDIT not updated
Replies: 8
Views: 3314

The latter. Unless, perhaps, your official support provider can provide the details?
by chulett
Tue Sep 06, 2011 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with XML Output Stage
Replies: 7
Views: 3467

Why are you using a trigger column? Do you understand what that does?
by chulett
Tue Sep 06, 2011 7:33 am
Forum: General
Topic: dsjob error when run from script
Replies: 2
Views: 1599

Searching for your errors here would show that you need to "source" your dsenv file first. I also changed your subject to be more descriptive, everything is about "DataStage" here.
by chulett
Mon Sep 05, 2011 9:14 pm
Forum: General
Topic: Universe Database access
Replies: 3
Views: 1391

Picky, picky, picky. :wink: