Search found 5168 matches

by kumar_s
Mon Oct 23, 2006 7:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running long: Changed Seq file to Dataset
Replies: 18
Views: 4700

The test you made for Dataset to sequential file, dose it have the same input and output directories of you normal jobs has?
As Arnd suggested, maintain 'Same' partiton on all the stages as possilbe (neglect the warning for the case study).
by kumar_s
Mon Oct 23, 2006 6:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting jobnmaes
Replies: 9
Views: 1928

Bala,
Run the JobSequence once manually. Now you can follow the Kim's method to get the Order of the jobs that been executed.
by kumar_s
Mon Oct 23, 2006 6:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it a bug for DS Director?
Replies: 8
Views: 2388

You can find userid that been used for the job run from the log. If you double click on any of the event, it will show you the user.
by kumar_s
Mon Oct 23, 2006 6:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using ftp stage
Replies: 6
Views: 6999

I guess sdfasih is refering Windows as share drive (T:\).
by kumar_s
Mon Oct 23, 2006 6:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to append the values
Replies: 3
Views: 826

As far as I understant you need, once the data been extracted, concatinate ':' in datastage.
by kumar_s
Mon Oct 23, 2006 6:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to delete these scratch files after sort
Replies: 7
Views: 3331

There are chances for the files to be created and not cleared by the jobs when the jobs aborted for that run.
by kumar_s
Mon Oct 23, 2006 6:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom transformer jumbling output fields
Replies: 2
Views: 868

It is in alphebetical order.
by kumar_s
Mon Oct 23, 2006 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while performing operations on the Target table
Replies: 11
Views: 3183

Are all the three in different stage?
Try to check, if your commit interval =1.
by kumar_s
Mon Oct 23, 2006 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it a bug for DS Director?
Replies: 8
Views: 2388

Or check if you are using different user id to run and a different one to Schedule.
by kumar_s
Mon Oct 23, 2006 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting jobnmaes
Replies: 9
Views: 1928

Writing the list and order of the jobs in a file and reading it back wont be required option. As mentioned, you can get the list of jobs thats been/will be called by a JobSequence. But not the order. If two jobs triggred parallely at the same time, it depends on the volume of data and other factor, ...
by kumar_s
Sun Oct 22, 2006 7:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling a transformer
Replies: 3
Views: 1334

As per Chin, there is patch for Windows environment. You too can approach your support reg this.
by kumar_s
Sat Oct 21, 2006 6:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read DataSet file name patterns
Replies: 8
Views: 1936

Would you mind sharing the solution obtained.
by kumar_s
Sat Oct 21, 2006 8:04 am
Forum: Site/Forum
Topic: thanks ray
Replies: 1
Views: 1762

Do you mean to say 14000? But dont get carried away with the post "Ray on 14000!". It was created a month back and still alive. Ray is not even 15000. now.
by kumar_s
Sat Oct 21, 2006 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting a single record into multiple records
Replies: 6
Views: 1209

Provided the actual value is A,B,C,D...
by kumar_s
Fri Oct 20, 2006 6:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting a single record into multiple records
Replies: 6
Views: 1209

Hard code the column name next to each column using a transformer.
In PIVOT stage, mark A and B as key, and pass all hard coded column name into COL_NAME and the column value to COL_VAL.