Search found 42189 matches

by chulett
Wed Mar 31, 2010 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cleaning special characaters in char fields in db2
Replies: 11
Views: 3984

Do you not realize that saying "special characters" is pretty much meaningless? Most of the time what people think are "special" or "junk" are just characterset conversion errors or perhaps ones they've never seen before and "cleaning" (as in removing/strippin...
by chulett
Wed Mar 31, 2010 12:08 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Compilation error with Column Analysis Job
Replies: 17
Views: 9084

Permissions. :wink:

Who all has this problem? Everyone? Just you?
by chulett
Wed Mar 31, 2010 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message handling
Replies: 2
Views: 1134

Search again because this has been posted before... unless "no luck" means something other than you couldn't find anything. I know because I've seen the same message and posted about it here.
by chulett
Wed Mar 31, 2010 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on column with variable number of strings
Replies: 32
Views: 5965

Parallel routines are written externally in C++ and (from what I recall) all the 'routine' entry turns out to be is an interlude / pointer to it. Not my area of expertise by any stretch, however, but the process should be documented. Somewhere.
by chulett
Wed Mar 31, 2010 11:01 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Compilation error with Column Analysis Job
Replies: 17
Views: 9084

Assuming that's not a disk space issue, then it would be (as noted) permissions.
by chulett
Wed Mar 31, 2010 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobReport using Duke's KgdGenHtml generator fails
Replies: 14
Views: 3558

I assume it's the one on his website's Tips page. Also see if this helps:

viewtopic.php?t=114828
by chulett
Wed Mar 31, 2010 10:53 am
Forum: General
Topic: Exporting DS components into separate DSX files [more]
Replies: 6
Views: 4492

Not that I've seen. People with that requirement seem to export the whole thing and then hack it up afterwards - a search for "dsx cutter" should bring up some old conversations and perhaps even a perl script to do that. Others have done as you've noted - create a control list of the compo...
by chulett
Wed Mar 31, 2010 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on column with variable number of strings
Replies: 32
Views: 5965

Even more reason to be puzzled as to the reason you are having issues with the approach. Ah well, at least you found something that works for you. :wink:
by chulett
Wed Mar 31, 2010 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export DataStage jobs from Command line without executables
Replies: 16
Views: 18646

I'd be surprised if that part makes them "huge" or adds a great deal of time to the process but who knows. If you really need them gone, you might want to consider a post process (script, Perl, ds job, etc) to remove that section from the export before you version it.
by chulett
Wed Mar 31, 2010 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing trailing special character when source is DB2 data
Replies: 6
Views: 6103

You'd have to identify the character first. Any way to get the hex/decimal equivalent of this "square"? Oracle has a DUMP() function but no clue what DB2 has. That or write it to a flat file and then check it with a hex editor / viewer.
by chulett
Wed Mar 31, 2010 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on column with variable number of strings
Replies: 32
Views: 5965

OK, that makes more sense. :wink:

No idea why the issues, however, unless it's got something to do with leveraging it in a Server Shared Container in a PX job... or is this a Server job now? Lost track.
by chulett
Wed Mar 31, 2010 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on column with variable number of strings
Replies: 32
Views: 5965

just4geeks wrote:
ArndW wrote:"Pathed" filenames use OPENPATH while VOC filenames use OPEN. Which is being used in your routine?
The pathed version uses OPEN and it now works in the job. The unpathed version uses OPENPATH and it fails to run in the job.
That sounds completely... backwards. :?
by chulett
Wed Mar 31, 2010 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup on column with variable number of strings
Replies: 32
Views: 5965

The whole point behind creating a 'pathed' version of the routine was so there would be no need for a VOC record. It's always worked fine for me, I would verify you're always passing the full path correctly to the routine.
by chulett
Wed Mar 31, 2010 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Intermitent Error
Replies: 2
Views: 1734

ArndW wrote:blah-blah homologated blah-blah
Jeez, had to look that one up. :wink: