Search found 6797 matches

by DSguru2B
Tue Apr 17, 2007 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split record
Replies: 8
Views: 5763

So basically the number of splits should be dynamic. What column in the source record will tell how many records need to be created? Can you please give two proper examples with data. How the incoming record will look like and on what basis it will be split and on what basis to decide what column go...
by DSguru2B
Tue Apr 17, 2007 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lock on file due to muliple instances
Replies: 5
Views: 1174

By parametrizing the names.
by DSguru2B
Tue Apr 17, 2007 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split record
Replies: 8
Views: 5763

Well then give us the complete requirement. Looking at your sample data, it tells me two things. 1)Split a record into two, and 2)First three columns in one record and first and last column in second record. Now your telling me there are going to be multiple records Please provide a full description...
by DSguru2B
Tue Apr 17, 2007 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lock on file due to muliple instances
Replies: 5
Views: 1174

How many records are we looking at? Cant a single instance take care of the load? Use different names for different instances for the control file. Is SP.txt the data file?
by DSguru2B
Tue Apr 17, 2007 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 3
Views: 1227

Refresh you database and check the length again. Reimport the table definition. Try again.
by DSguru2B
Tue Apr 17, 2007 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split record
Replies: 8
Views: 5763

YOu can do it a couple of different ways. One way would be to read the file twice using two different sequential file stages, stick a transformer after them. Choose Col1, Col2 and Col3 for the first stream and Col1 and Col4 from the second stream. You can then write it a sequential file (1 from each...
by DSguru2B
Tue Apr 17, 2007 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file or indexed tables ?
Replies: 3
Views: 1241

Also takes the load off your database server.
by DSguru2B
Mon Apr 16, 2007 9:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference betwn transformer and basic transformer in PX
Replies: 13
Views: 3641

Make sure you run in sequential mode or the results might be different.
by DSguru2B
Mon Apr 16, 2007 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 8
Views: 2014

Did you try Ray's test?
by DSguru2B
Mon Apr 16, 2007 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using routines in parallel job
Replies: 7
Views: 2003

As mentioned, no px routines are shipped with the product, but functions are available. If you want to use server routines in a px job, use a basic transformer.
by DSguru2B
Mon Apr 16, 2007 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing date parameter
Replies: 17
Views: 3703

Pay attention to ds_develper's suggestion. A very valid point.
by DSguru2B
Mon Apr 16, 2007 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim issues
Replies: 12
Views: 3526

ray.wurlod wrote:
Question: what if NLS is enabled?

Good question, will have to try that out some time.
by DSguru2B
Mon Apr 16, 2007 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: function 'ftp_put' failed
Replies: 7
Views: 3003

Thanks to Craig who came back and shared the resolution with us in the embedded post.
by DSguru2B
Mon Apr 16, 2007 1:54 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: TX Jobs
Replies: 3
Views: 2323

Wait for the TX folks to swing by with some pointers. In the mean time, I suggest going through the manuals that are shipped with the product.