Search found 134 matches

by fridge
Fri Nov 12, 2004 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stupid Beginners Ques re lookup stage - HELP I am to dense
Replies: 3
Views: 2035

Told you I was too dense for this job, unfortunatley I had been doing this by signing on from home, which is limited as I didnt have the manuals.

Worked a treat, thanks for that
by fridge
Thu Nov 11, 2004 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stupid Beginners Ques re lookup stage - HELP I am to dense
Replies: 3
Views: 2035

Stupid Beginners Ques re lookup stage - HELP I am to dense

Hi, I'm am trying to familiarise myself with PX and have the following problem. 2 files both files 50 records (to keep it easy) CustData (keyed by custid(int) 1-50) CustLoookup (keyed by custid(int) 1-50) PX job 1 load CustLookup into lookup dataset modulas partioned on custid PX job 2 read CUstDate...
by fridge
Tue Nov 09, 2004 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Nulls in PX sequential Files
Replies: 2
Views: 1915

Thanks for that, after much playing (not what I told my boss) had come to same conclusion.

Have now got another prob with lookup stage but wont bore u with it as I think I am just being dense (expect post approx 14:00 tomorrow :-) )

Thanks again

Fridge
by fridge
Sun Nov 07, 2004 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Nulls in PX sequential Files
Replies: 2
Views: 1915

Handling Nulls in PX sequential Files

Hi , I know this subject has been posted before but I still am not getting anywhere so am posting some specifics of my problem so that I can avail myself of your monumental experience and sheer brilliance (you can tell I need help) Basically I am trying to read a csv(ish) file using PX the format is...
by fridge
Fri Sep 24, 2004 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Re-configuring the Reporting Tool?
Replies: 5
Views: 1529

Thanks very much for the information Kim and Ray.
by fridge
Thu Sep 23, 2004 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Re-configuring the Reporting Tool?
Replies: 5
Views: 1529

Thanks for the help Kim.

Is there anyway to schedule/automate the loading of the access database?
by fridge
Thu Sep 23, 2004 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Re-configuring the Reporting Tool?
Replies: 5
Views: 1529

Re-configuring the Reporting Tool?

Hi folks. I have been using DS for a couple of months and have only just discovered the Reporting Assistant tool and the corresponding Access DB in the client directory. I am interested in the possibilty of moving this access DB to a shared drive. Besides copying the access DB to the relevant direct...
by fridge
Sat Aug 28, 2004 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Routine & Transform Functions
Replies: 5
Views: 2109

Ray, Once again thanks for taking the time with this. There will be additional code to this eventually, although it does return what I expect as is (at least when ran as a Transform Function). The aim is, once I have matched the incoming Argument/value 'LinkName' with 'UPCASE (STAGECOM.PIN(PinNo)<PI...
by fridge
Fri Aug 27, 2004 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Routine & Transform Functions
Replies: 5
Views: 2109

Roy/Ray, Thanks very much for taking the time to help with this. Ray, I will also take on board your point about the use of flags. What I find confusing about this is that I am already trying to use the code within an After-Stage Routine. I therefore thought that as the after-stage routine runs in t...
by fridge
Thu Aug 26, 2004 2:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Routine & Transform Functions
Replies: 5
Views: 2109

After Routine & Transform Functions

I have inherited some basic code which I am new to. Essentially it is a transform function that extracts all the fields from a link. I want to do a similar thing but to use it in an After routine. I made the necessary changes so it would run as an After Routine but it fails. It appears to fail at a ...
by fridge
Thu Aug 12, 2004 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identifying Stages that Populate DB2 Tables
Replies: 5
Views: 1706

Identifying Stages that Populate DB2 Tables

I am interested in writing some code that would run against a project and tell me which DS jobs update DB2 tables/fields. Looking at the help screens it looks like the function DSGetprojectInfo/Stage Info and DSJ.Joblist is a starting point. Is it possible to identify stages that load DB2 tables and...
by fridge
Thu Aug 05, 2004 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Binary Zeros
Replies: 7
Views: 1893

Thanks for the help Ogmios/Ketfos. The reason why I need to write a binary zero to a file is because I was intersted in converting a value to pack decimal. My code will work for any value unless one or more bytes contains a binary zero/null. So for example the value 6476 packed returns the correct A...
by fridge
Wed Aug 04, 2004 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Binary Zeros
Replies: 7
Views: 1893

Thanks for the response - your solution returns an ascii '0' whereas I need to be able to return not 0011 0000 but 0000 0000!

Any ideas?
by fridge
Wed Aug 04, 2004 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Binary Zeros
Replies: 7
Views: 1893

Suprisingly enough I have tried this! I have a field that when it is a particular value I need to set it to a binary zero and pass it to a flat feed. In DS it appears that @NULL is not a binary zero and when I try to use MY/MB type functions to achieve a binary zero it does not work.
by fridge
Wed Aug 04, 2004 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Binary Zeros
Replies: 7
Views: 1893

Binary Zeros

I want to read a binary zero out to a flat file and am having problems.

Does anyone have any information on how to approach this?

Thanks.