Search found 15603 matches

by ArndW
Tue May 20, 2008 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Plugin Stage
Replies: 6
Views: 4477

das_nirmalya - the stage is well documented in the PDFs. Could you tell us what you tried that didn't work and we'll see if someone can help?
by ArndW
Tue May 20, 2008 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer Stage
Replies: 11
Views: 5481

Yes, you will have a standard transform stage and a BASIC transform stage. Once you add the BASIC transform stage to a category on your palette you will have both available to you with a mouse-click.
by ArndW
Mon May 19, 2008 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating hashed file takes too long
Replies: 11
Views: 3080

pre-allocating the hashed file MINIMUM.MODULUS might make a difference. After the job completes, do a "HASH.HELP {file}" and it will tell you the current MODULUS, then do a "RESIZE {file} MINIMUM.MODULUS {size}" and re-run to see if the speed changes.
by ArndW
Mon May 19, 2008 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count generation
Replies: 13
Views: 3837

Use "@INROWNUM" in a transform stage. Easiest if you change your job to use just one node or work sequentially in that stage.
by ArndW
Mon May 19, 2008 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rejecting data
Replies: 3
Views: 945

All writes to hashed files are "insert or update", so when writing duplicate records you will never have rejects. You will need to locate duplicates in your job; perhaps by sorting the data on the key and using stage variables in your transform stage.
by ArndW
Mon May 19, 2008 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert data from LATIN1 to UTF8
Replies: 14
Views: 7976

No, DB2 does not have a function to convert between character sets.
by ArndW
Mon May 19, 2008 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format
Replies: 2
Views: 667

If you are using the data type of "Date" and correctly convert in the source string into that format then you should have no worries when writing that to DB2.
by ArndW
Mon May 19, 2008 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SetNull() giving prob with decimal fields
Replies: 1
Views: 681

Re: SetNull() giving prob with decimal fields

saxena_richa wrote:...it gives some precision related error and job aborts...
IF you were to post the warning(s) and error(s) we might be able to assist.
by ArndW
Mon May 19, 2008 3:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environmental paras setup for job to use 2 folders at a time
Replies: 2
Views: 799

I think you might have chosen the term "threads" inappropriately, as DS is not thread-aware. If you mean that you are running in separate instances of DataStage then you can always use the instance name as part of your sequential file name so that you don't overwrite what other concurrent runs are p...
by ArndW
Mon May 19, 2008 1:35 am
Forum: General
Topic: Removal of any non-numeric character
Replies: 2
Views: 1093

DataStage PX has no builtin functions to do this. You can either write your own BuildOp to do this, or use a BASIC transform stage and the OCONV() function.
by ArndW
Mon May 19, 2008 1:06 am
Forum: General
Topic: File Arrival
Replies: 4
Views: 1257

This would be a good case for using a Job Sequence and the "Wait for file activity" stage.
by ArndW
Mon May 19, 2008 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage........Error......Missing server...!
Replies: 1
Views: 714

Raj,

the "Server" attribute is easy to miss, go into the stage and click on the "Connection" category, you will see "Remote Server" appear in the available properties window on the bottom right. That is where you need to enter the "Server" name.
by ArndW
Sun May 18, 2008 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: about change capture and change apply stage
Replies: 1
Views: 639

The main one that comes to mind at first is "backward compatibility"
by ArndW
Fri May 16, 2008 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: constraint to " OTHERWISE" for a otherwise link in
Replies: 18
Views: 3451

If you don't believe the response you've gotten it only takes about 2 minutes to write a dummy job with a row generator, a transform stage and several peek stages. Please disprove what has been said so far about using the OTHERWISE functionality.
by ArndW
Fri May 16, 2008 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove unwanted space at one column
Replies: 16
Views: 5674

Yes, that is what the space in the display of view data or a peek stage is.