Search found 107 matches

by patonp
Mon Sep 21, 2009 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 3
Views: 2032

Thanks Craig - works great!
by patonp
Mon Sep 21, 2009 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 3
Views: 2032

Pivot Stage

In a sample set of data, the format of my input file appears as follows: CUST ID, HOME_PHONE, BUS_PHONE, ALT_PHONE I'd like to normalize the data so that the output appears as follows: CUST_ID, PHONE_NUM, PHONE_TYPE The PHONE_TYPE column would reflect whether the value in PHONE_NUM was sourced from ...
by patonp
Tue Apr 28, 2009 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying source column of Pivot data
Replies: 1
Views: 1427

Identifying source column of Pivot data

I realize that similar questions have been posted about the Pivot stage, but the situation I'm looking at is slightly unique... We have an inbound file with over 50 occurrences of a particular field. We would like to normalize this data into separate rows, and it would seem that the Pivot stage is t...
by patonp
Fri Sep 21, 2007 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from Linux to Windows
Replies: 1
Views: 1789

Migration from Linux to Windows

I realize that "Windows vs. Unix" is a perennial topic in this forum, but I'll try to narrow my questioning down a bit... Has anyone migrated from the enterprise version of DS in a Unix environment to the comparable DS version in a Windows environment? What were your observations in terms ...
by patonp
Fri Aug 03, 2007 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading an entire row from sequential file
Replies: 3
Views: 2187

Thanks folks...

In the end, I cheated by switching over to the parallel canvas and defining my sequential file delimiter as "none". Seemed to work ok.
by patonp
Thu Aug 02, 2007 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading an entire row from sequential file
Replies: 3
Views: 2187

Reading an entire row from sequential file

I'm almost embarrassed to ask this question, since it seems so simple, but here goes... I'm attempting to read the entire contents of a row from a sequential stage into a single column. The rows within the source file have varying lengths and may contain any ASCII value. I've defined a single column...
by patonp
Mon Jul 09, 2007 12:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Promoting Auto-purge settings
Replies: 2
Views: 1740

Promoting Auto-purge settings

Hi Folks,

If I've customized auto-purge settings for a particular job, can I automatically promote these settings when I promote my code to production? (I tried simply exporting, then importing, my job. Didn't seem to work, though.)

Thanks,

Peter
by patonp
Thu Apr 26, 2007 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Over 500,000 objects in hashed file directory
Replies: 3
Views: 1833

Thanks Craig. Would we need to delete the D_ file as well as the directory, or just the directory?
by patonp
Thu Apr 26, 2007 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Over 500,000 objects in hashed file directory
Replies: 3
Views: 1833

Over 500,000 objects in hashed file directory

Hi Folks, One of our jobs failed in production last night, and the director log mentions that an abort was raised in a hashed file stage. In Windows, the directory specific to the hashed file in question contains over 500K objects, each of which seems related to a specific record. I've never seen th...
by patonp
Thu Apr 19, 2007 2:42 pm
Forum: General
Topic: Converting from DB2 time to DS time
Replies: 4
Views: 2703

Thanks for the suggestion!
by patonp
Thu Apr 19, 2007 10:11 am
Forum: General
Topic: Converting from DB2 time to DS time
Replies: 4
Views: 2703

Converting from DB2 time to DS time

I'm receiving data in a db2 extract where the time is represented by an integer based on the number of milliseconds that have elapsed since midnight. I'd like to convert this to a standard time format (i.e. HH:MM:SS.TTT). I realize that I can write my own routine to do this, but I'm hoping that ther...
by patonp
Wed Mar 14, 2007 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Discrepancy in dsx files
Replies: 6
Views: 2964

No appending is occurring. The problem is not that there are additional objects or jobs within the export. Instead, additional attributes are found within the subrecords of the objects.
by patonp
Wed Mar 14, 2007 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Discrepancy in dsx files
Replies: 6
Views: 2964

The differences appear to relate to additional attributes appearing within the data. For example, one subrecord that applies to an element of a transformer has 26 associated attributes defined in the development dsx, but 54 in the production dsx.
by patonp
Wed Mar 14, 2007 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Discrepancy in dsx files
Replies: 6
Views: 2964

Discrepancy in dsx files

I've taken a dsx export of a category from our development server. Later, the admin promoted this same category to production and created a dsx export of the category from the production server. Oddly, the two dsx files are significantly out of sync. Attributes that appear in the production dsx expo...
by patonp
Wed Feb 21, 2007 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $APT_CONFIG_FILE
Replies: 4
Views: 3024

The pathname soecified by the APT_CONFIG_FILE environment variable, wherever it is set, will be used to specify the configuration file with which a parallel job is run. So...am I correct in understanding that the $APT_CONFIG_FILE value set up as the project default will be used by a job even when t...