Search found 6797 matches

by DSguru2B
Fri Mar 02, 2007 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with APT_ParallelSortMergeOperator
Replies: 3
Views: 1121

Did you try searching on keywords 'ParallelSortMerge is combined with its input'?
by DSguru2B
Fri Mar 02, 2007 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage usage for LIKE %ABC%
Replies: 8
Views: 3774

It works with sql wild cards as well right? Where is this information documented? I checked the Parallel developers guide, its not there. Unless its in a chapter other than Filter Stage.
by DSguru2B
Fri Mar 02, 2007 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: diff between server and enterprise edition
Replies: 5
Views: 1918

Both require different mindsets for developing jobs. It will benefit you in understanding the differences of the two animals. And when to ask your client to do an upgrade :wink:
by DSguru2B
Fri Mar 02, 2007 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOG RECORDS
Replies: 7
Views: 1662

I really wish folks with Version 8.0 could give some insight on it. I still think that the underlaying design of DataStage engine will not change drastically. These tables will exist, maybe with a different name or structure.
by DSguru2B
Fri Mar 02, 2007 2:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartability revisited
Replies: 6
Views: 2193

Where are you trying to restart it from? From designer it will give you that error. But it will re-run from the director.
by DSguru2B
Fri Mar 02, 2007 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: my parallel job is aborting
Replies: 4
Views: 1128

Are you getting any additional warning messages. Reset the job and see if you get any messages "From Previour Run".
by DSguru2B
Fri Mar 02, 2007 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server routine in a parallel job with a Basic transformer?
Replies: 20
Views: 4823

The following should work for you. Its your BASIC routine translated in C. #include "stdio.h" #include "string.h" #include "stdlib.h" char* myStripChar(char *str) { //Declare Variables const int size = 1000; char ch; char* ret = (char *)malloc (...
by DSguru2B
Fri Mar 02, 2007 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: my parallel job is aborting
Replies: 4
Views: 1128

Search on the error message. I believe its been covered here before.
by DSguru2B
Fri Mar 02, 2007 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting data from a File in the Mainframe system
Replies: 8
Views: 2505

Well in that case as others have noted, you need to get the file on the DataStage server first. Then read it with CFF stage and then do your manipulations.
by DSguru2B
Fri Mar 02, 2007 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help Regarding:Binding output Interface
Replies: 7
Views: 1731

What is the meta data of your staging table as defined at the database end. Compare that with your target. Whats different?
by DSguru2B
Fri Mar 02, 2007 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server routine in a parallel job with a Basic transformer?
Replies: 20
Views: 4823

Here'sthe post I was referring to. Feel free to tweak it to fit your needs.
For a final shot, recreate your original routine. Re-compile it and see if it works. There is nothing wrong with it, apparantly.
by DSguru2B
Fri Mar 02, 2007 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting data from a File in the Mainframe system
Replies: 8
Views: 2505

Give that condition to the mainframe folks. They can apply that condition while doing the extract.
by DSguru2B
Fri Mar 02, 2007 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage usage for LIKE %ABC%
Replies: 8
Views: 3774

It supports 'Like' boolean operator. Did you try using it?
For your example, it will be Col like '%ABC%'
by DSguru2B
Fri Mar 02, 2007 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Info in an job about SAP BAPI stage
Replies: 7
Views: 3253

Did you get any additional messages when you reset the aborted job?
by DSguru2B
Fri Mar 02, 2007 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: export jobs from unix
Replies: 8
Views: 2642

That's one hilarious statement by kumar. Can't stop laughing...