Search found 148 matches

by jzparad
Wed Dec 20, 2006 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Work-around for SPARSE lookups on Windows
Replies: 2
Views: 2164

Ray, Thanks for your response. Trust me that if I had any sort of choice, Windows would be right down the bottom. More memory might solve the problem for now but it will certaintly blow out after some time as these are historic tables that I'm working with. I've discounted outer joins because of the...
by jzparad
Tue Dec 19, 2006 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Work-around for SPARSE lookups on Windows
Replies: 2
Views: 2164

Work-around for SPARSE lookups on Windows

I'm currently on a project using 7.5x2 EE on Windows with ODBC connections to a DB2 database on a mainframe. I have a need to do database lookups to populate a number of fact tables from an ODS which is also on DB2. The obvious solution would be to use sparse database lookups. However, since this fe...
by jzparad
Tue Dec 19, 2006 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Work-around for SPARSE lookups on Windows
Replies: 1
Views: 1843

Sorry,

I sent this to the wrong forum.
by jzparad
Tue Dec 19, 2006 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Work-around for SPARSE lookups on Windows
Replies: 1
Views: 1843

Work-around for SPARSE lookups on Windows

I'm currently on a project using 7.5x2 EE on Windows with ODBC connections to a DB2 database on a mainframe. I have a need to do database lookups to populate a number of fact tables from an ODS which is also on DB2. The obvious solution would be to use sparse database lookups. However, since this fe...
by jzparad
Tue Dec 12, 2006 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning on the Join Stage
Replies: 4
Views: 9984

Thanks Ray! Just to clarify, are you saying that DataStage will partition AND sort the data based on the join key if you use the "Auto" method? The reason I'm asking is because in our project all joins are normally hash-partitioned and sorted on the key. However one job slipped through wit...
by jzparad
Tue Dec 12, 2006 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning on the Join Stage
Replies: 4
Views: 9984

Partitioning on the Join Stage

Hi all, Could someone please clarify whether or not the join stage requires that data be hash partitioned and sorted on the join key? The following is an extract from the manuals and, to me, it reads like you can choose auto partitioning. <i>The data sets input to the Join stage must be key partitio...
by jzparad
Wed Nov 22, 2006 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job compiles on one desktop but not any others
Replies: 4
Views: 3038

I had exactly the same problem and it looks like the solution may be the same. From the error message, it seems that you have a stage variable called svBalnA1 which you are trying to set to NULL. Remove this, and it should work fine.
by jzparad
Fri Feb 24, 2006 10:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting CSV fields with Quotes
Replies: 5
Views: 3478

Yes, it would - if you used the SEQ file stage. What I wanted was a function that could be used in BASIC (which I should have stated in the original question).
by jzparad
Wed Feb 22, 2006 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting CSV fields with Quotes
Replies: 5
Views: 3478

Thanks Ray.

I was hoping that since a lot of the plug-ins provide a way of defining a quote character that maybe there was some obscure function that offered the same functionality.
by jzparad
Wed Feb 22, 2006 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting CSV fields with Quotes
Replies: 5
Views: 3478

Splitting CSV fields with Quotes

Is there a nice simple way of splitting a CSV record that contains quoted strings with embedded delimiters?

Example:

Code: Select all

,,,"Pint, US liquid",PT,,,,

Thanks in advance!
by jzparad
Sun Feb 19, 2006 6:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture files in UVtemp
Replies: 1
Views: 2500

Capture files in UVtemp

Has anyone come across this error while trying to delete a capture file (i.e capturexxxx in UVtemp)? Cannot delete capture...: There has been a sharing violation The source or destination file may be in use. This happens even with all the DS server processes shut down (i.e. DSEngine, DSTelnet and DS...
by jzparad
Wed Feb 15, 2006 11:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Verb "UNLOCK" is not in your VOC
Replies: 3
Views: 4447

Thanks Craig!

Worked like a charm.
by jzparad
Wed Feb 15, 2006 10:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Verb "UNLOCK" is not in your VOC
Replies: 3
Views: 4447

Verb "UNLOCK" is not in your VOC

I'm getting the following error message Record ROUTINENAME in file DS_ROUTINES is locked by another user Searching through the forum, I found a suggestion to run the UNLOCK command but when I do I get the "Verb UNLOCK is not in your VOC" error. I'm running on Windows (client and server) an...
by jzparad
Fri Feb 10, 2006 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data security
Replies: 7
Views: 4597

Viewing of data through Datastage is not possible through Director (Atleast I havent figured out a way of doing it). I think, if you install with the Operator's licence (xxxxxx-DSDIR) on the Operator's PC, you will get pretty much exactly what you want. The Operator role only allows the running of ...
by jzparad
Fri Feb 10, 2006 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed in extracting data from MsWord documents
Replies: 6
Views: 3271

Shepli, 1. Run the job from Director 2. In the job run dialog, select the Tracing tab 3. In the Tracing tab, select the name of the XML stage 4. In trace level, select the Subroutine calls (or all the boxes if you like) 5. Now hit the Run button and wait for the job to finish 6. Now open the job log...