Search found 25 matches

by novneet
Tue Apr 17, 2007 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split record
Replies: 8
Views: 7072

For splitting one record into multiple record, the easiest way I can think of will be put a copy stage after reading the data, from copy stage drag the fields you want in the first record link and drag the fields for the second record link and so on for N number of records links. After this for merg...
by novneet
Fri Apr 06, 2007 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet Performance
Replies: 2
Views: 1648

DataSet Performance

Hi All, I have a small problem related to Datasets. My jobs which has DataSet as the source or target doesn't run any better then the one having the sequential file. Is it something related to my server or the configuration file? My server has 4CPUs and 16GB and some 200 GB of HDD(RED 5) memory. My ...
by novneet
Mon Apr 02, 2007 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file warning
Replies: 8
Views: 5533

Delete the property "QUOTE" completely, and then try it out.
by novneet
Mon Apr 02, 2007 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width in Seq file
Replies: 15
Views: 8015

Please let us know what was the resolution for the issue?
by novneet
Mon Apr 02, 2007 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width in Seq file
Replies: 15
Views: 8015

You can check for two more things:

* Delete the property "Delimiter" completely.
* There are spaces at the end of each record or not so that the total character count in a record becomes 91.
by novneet
Mon Apr 02, 2007 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width in Seq file
Replies: 15
Views: 8015

In that situation the test data that u have posted is wrong. As there are spaces for the numeric columns(that to in between two numbers of same field).
by novneet
Mon Apr 02, 2007 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to insert data into a table
Replies: 7
Views: 4500

I agree this must be due to a invalid date, verify the date before inserting. Which genrally should be followed to avoid any issues in live environment.
Check the format of date u are inserting the data in?
by novneet
Mon Apr 02, 2007 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width in Seq file
Replies: 15
Views: 8015

Do you actually have spaces in the data or is just for the representation purpose you have put the sapces?
Please verify the data as per the metadata you have provided.
by novneet
Tue Mar 20, 2007 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: truncating varchar field
Replies: 5
Views: 2064

Size in the target

Is there any field size you have defined in the target sequential file?
If No, then it takes the default size of the varchar as 1024.
by novneet
Thu Mar 01, 2007 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort stage is not working
Replies: 8
Views: 3308

can you please post the details how the problem resolved.
by novneet
Wed Feb 28, 2007 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort stage is not working
Replies: 8
Views: 3308

can you please give a tentative structure of the job and what is the warning which is comming in the director.
by novneet
Wed Feb 28, 2007 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort stage is not working
Replies: 8
Views: 3308

Is there anykind of warning/error message comming in the director?
by novneet
Wed Feb 28, 2007 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update then Insert : Insert not Working in ODBC Enterpeise
Replies: 6
Views: 3127

Why don't u use the DB2 enterprise stage.
by novneet
Wed Feb 28, 2007 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is a Sparse Lookup in DataStage EE?
Replies: 15
Views: 37440

I didn't got the exact meaning? Can you be more precise and descriptive!
by novneet
Tue Feb 27, 2007 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is a Sparse Lookup in DataStage EE?
Replies: 15
Views: 37440

way it is possible

The only way a the sparse lookup can be performed is that you connect the DB2 stage dirctly to the lookup(without any other stage in between DB2 and lookup).