Search found 6797 matches

by DSguru2B
Wed Jan 24, 2007 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to COMP3
Replies: 18
Views: 7167

You can probably write a routine. But is it just comp3 or signed decimal (PicS9)?
by DSguru2B
Wed Jan 24, 2007 3:08 pm
Forum: General
Topic: count the records in stage
Replies: 4
Views: 2229

chulett wrote:Or just one column with any non-null value from your feed and Count it.

Actually this is a better way.
by DSguru2B
Wed Jan 24, 2007 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seq. Error
Replies: 13
Views: 5572

Re: Seq error

Then i tried for Field(Execute_Command_0.$CommandOutput,@FM,1) also Execute_Command_0.$CommandOutput<1> You are giving these expressions in the expression space of the job parameter right? Try this, clear out everything, right click, it will open up a small list. What all do you see there?
by DSguru2B
Wed Jan 24, 2007 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal rounding to zero
Replies: 3
Views: 678

Do you have any warnings in the log file?
by DSguru2B
Wed Jan 24, 2007 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove duplicate keys
Replies: 14
Views: 3878

Refer to this post. Look at the last post by me. It gives a design description along with code.
by DSguru2B
Wed Jan 24, 2007 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seq. Error
Replies: 13
Views: 5572

Add a 'www' before the dsxchange in your embedded post.
What is your job design?
What did you type in the expression editor?
by DSguru2B
Wed Jan 24, 2007 2:53 pm
Forum: Site/Forum
Topic: How to search the posts by date
Replies: 9
Views: 5024

whardeman wrote:I think I've just been itching to code something for the last five days.

DSXchange read your mind :wink:
by DSguru2B
Wed Jan 24, 2007 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load option in Oracle Enterprise stage.
Replies: 2
Views: 994

Yes just select. I think that will be it as far as the system tables are concerned. A complete list is found in the help guide of Oracle Enterprise Stage.
by DSguru2B
Wed Jan 24, 2007 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse Lookup Connectivity to DB2
Replies: 6
Views: 1516

The error message tells you all. Its not being able to connect to the database. Have you ever gotton this stage to work before? If yes, then verify that your dabase instance is up and running.
by DSguru2B
Wed Jan 24, 2007 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use DSJOB to search in director log
Replies: 13
Views: 5943

The OP will have to give the begining event id and ending event id, which i assumed he will get to know once he reads more about it in the guide.
by DSguru2B
Wed Jan 24, 2007 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in setting up environment variable
Replies: 13
Views: 5175

Did you set APT_LINKEROPT and APT_COMPILEROPT too?
by DSguru2B
Wed Jan 24, 2007 1:47 pm
Forum: General
Topic: count the records in stage
Replies: 4
Views: 2229

Add two more columns in your aggregator with derivation @INROWNUM for the count and a dummy key for the other.Feed it to the aggregator, grouped on the dummy key and Last for the count column.
by DSguru2B
Wed Jan 24, 2007 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use DSJOB to search in director log
Replies: 13
Views: 5943

Or even dsjob -logdetail.
by DSguru2B
Wed Jan 24, 2007 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Problem : Not a v1.1type
Replies: 8
Views: 1445

Open datastage help and type Type conversion functions. It will give you a chart. This function is present there.