Search found 198 matches

by tbtcust
Thu Jul 10, 2014 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to resolve WVARCHAR to DB2 table
Replies: 14
Views: 17463

Hello MT,

Yes - "but is the specified length in DataStage the same as in DB2?"

I adjusted the database table column as suggested and received the same warning. I even made column a len of 100 an still the same message.
by tbtcust
Wed Jul 09, 2014 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to resolve WVARCHAR to DB2 table
Replies: 14
Views: 17463

Hello MT, thanks for the reply

Some columns are as small as 1 and as large as 80. The database code set is UTF-8.

I understand what you wrote. I would still expect the implicit conversion to account for this.

Based on what you wrote, this message will never go away. True?
by tbtcust
Wed Jul 09, 2014 3:31 am
Forum: General
Topic: Is there a dsx file size limitation when using the import
Replies: 4
Views: 2416

Hello chulett,

Thank you for the reply. I am unable to get the RAM size.

The admin was able to get this done by moving the dsx file to the server, then used the command line command to import.

This tells me that there are not enough resources on the client to handle the file size.

Thanks again.
by tbtcust
Wed Jul 02, 2014 11:06 am
Forum: General
Topic: Is there a dsx file size limitation when using the import
Replies: 4
Views: 2416

Hello ArndW and thank you for the reply. The client is on W7. My admin is not sure if the UNIX box and/or file system supports files larger than 2Gb. He did note that the resources are low in my environment. So this failure could be due to the DS client using lots of memory to open this dsx. If ther...
by tbtcust
Wed Jul 02, 2014 2:53 am
Forum: General
Topic: Is there a dsx file size limitation when using the import
Replies: 4
Views: 2416

Is there a dsx file size limitation when using the import

Hello All, Is there a dsx file size limitation when using the import tool in DS 9.1? I have a project export dsx, which has design and executables. The file size is 2,270,986. I'm trying to pick 5 jobs at import time but DataStage will not open this file. The import gets as far as "Loading Stag...
by tbtcust
Wed Mar 19, 2014 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicate Stage keeping the incorrect record
Replies: 2
Views: 2012

Thanks Meave. This was useful. It took awhile, to review all the jobs and make the change.
by tbtcust
Wed Feb 19, 2014 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicate Stage keeping the incorrect record
Replies: 2
Views: 2012

Remove Duplicate Stage keeping the incorrect record

Hello All, we are seeing strange behavior with the Remove Duplicate stage, when looking for the latest record in a group where there is more than two records that match a key, i.e., the second record in a list of three is being kept by RD. See data below. The job looks like this: - Seq ==> Copy ==> ...
by tbtcust
Sat Jan 18, 2014 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I output one master record to many update records?
Replies: 2
Views: 2030

How can I output one master record to many update records?

How can I output one master record to many update records? When I join a single master record to two update records using the join stage with a left outer join I get two records in the output file. The master data joined with the same update record. I tried the merge stage and got the same results. ...
by tbtcust
Wed Jan 01, 2014 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find the highest value in a group
Replies: 8
Views: 4160

Hello chulett.

I have abandoned the Aggregator and Group by solution and went back to the sort and key option, which seems to be working.

Thanks so much.
by tbtcust
Tue Dec 17, 2013 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find the highest value in a group
Replies: 8
Views: 4160

Sorry. Yes that would be correct.
by tbtcust
Tue Dec 17, 2013 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find the highest value in a group
Replies: 8
Views: 4160

thanks chulett Empl_rec, Daily_Change_Ver_Num, Changed Data 03456, 1, Empl_Status 03456, 3, Empl_Status, Leave_of_Absone_Date, New_Salary 03456, 2, Empl_Status , Leave_of_Absence_Date 45633, 1, New_Address 45633, 2, New_Address, Empl_Status There may be multiple changes to a record between runes. Da...
by tbtcust
Tue Dec 17, 2013 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find the highest value in a group
Replies: 8
Views: 4160

Thank you for the reply chulett.

Col_3 is not available on the mapping tab. Is this normal? Is there a way to map it in the Aggregator? Col_3 is different across the records in the group.
by tbtcust
Tue Dec 17, 2013 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find the highest value in a group
Replies: 8
Views: 4160

Find the highest value in a group

Hello all, I have a set of records that I am sorting and creating a change key. I want to select the record that has the highest value in a different column (Col_2 below). See example below. Is there a way to select that record in the group without having to resort? Thanks in advance for any help. I...
by tbtcust
Fri Dec 13, 2013 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing multiple groups of recs to a shared container
Replies: 8
Views: 5623

Thank you all.

I thought through what bart12872 and pavi wrote and redesigned the approach to the shared container.

I am treating the container as a job where I'm using change key in sorts, LastRowInGroup(), and control break logic.