Search found 42189 matches

by chulett
Fri Sep 02, 2005 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatatination of 3 files
Replies: 9
Views: 2196

Ray and I have both given an explanation of how the Filter command works. You can also check the online help by pressing the 'Help' button that's inside the Sequential File stage and reading what it says there. In a nutshell, it expects a command that - when applied against the file in the Filename ...
by chulett
Fri Sep 02, 2005 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage - Update / Insert rowcount
Replies: 5
Views: 2150

I don't believe there is any other way - period - other than reading the log as you are doing now. Maybe you could query and get your own counts based on timestamps, but who would want to do that? Yuck. :wink:
by chulett
Fri Sep 02, 2005 12:19 am
Forum: Site/Forum
Topic: RSS Feed now available
Replies: 5
Views: 24977

Yup! Double-check your setup, it does work just fine.
by chulett
Fri Sep 02, 2005 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to compare previous value of a record to next record
Replies: 3
Views: 1067

That is the way to do it and the technique has been discussed a number of times here, for example in this post. Have fun! :wink:
by chulett
Fri Sep 02, 2005 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wats the diff between job parameters & stage variables?
Replies: 6
Views: 1850

sravan wrote:actually the stage variables are limited to with in the stage only.

Hence the name... and exactly what Kim already said.
by chulett
Fri Sep 02, 2005 12:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatatination of 3 files
Replies: 9
Views: 2196

Why it is being shown that *** No output from command *** when file d is being created in specified dir? It just means that running your command did not output any additional lines to the screen. What happens when you run this from the command line yourself? It simply returns to the prompt without ...
by chulett
Thu Sep 01, 2005 1:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem to use NOTFOUND
Replies: 4
Views: 2521

My Rule Of Thumb is to use NOTFOUND only on hashed file lookups and the old school IsNull check for all other reference lookups.
by chulett
Thu Sep 01, 2005 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wats the diff between job parameters & stage variables?
Replies: 6
Views: 1850

Unfortunately, we're not a substitute for a training class. If you can't arrange that, spend some time with the documentation. The Server Job Developer's Guide in addition to the previously mentioned one are two good places to start. There's also a Tutorial that can be installed and worked through, ...
by chulett
Thu Sep 01, 2005 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatatination of 3 files
Replies: 9
Views: 2196

The Filter command is not meant to work that way. It is expecting the actual filter command to be sending output to Standard Out and it attempts to source from that. For concatenation, put what you have in the Filter command in a Before Job ExecSH call and leave the Filename in the Sequential stage ...
by chulett
Thu Sep 01, 2005 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how can i use shared container & local container?
Replies: 1
Views: 1066

Welcome. Interesting first question... have you tried reading the documentation that comes with the product? The DataStage Designer Guide pdf has a complete chapter on Local and Shared Containers. Give that a go and after that, if you have specific questions or issues someone here would be glad to h...
by chulett
Thu Sep 01, 2005 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join more than two sequential files in server jobs
Replies: 11
Views: 9194

Post your Filter command and what's in your Filename field.
by chulett
Thu Sep 01, 2005 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting Coumns To Row
Replies: 12
Views: 3476

Well... searching for 'vertical pivot' will lead one to the Pivot stage which won't solve their problem. Yes, it does turn 'columns into rows' but that not what the OP needs based on the posted example. This is a 'horizontal pivot' actually and you technically need 'rows to columns'. Search on that ...
by chulett
Wed Aug 31, 2005 9:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Square root of a negative
Replies: 7
Views: 3029

I did the search on the square root part, this didn't show anything. Searching reveals four other posts going back over two years where people have seen this error message. They all seem to have something in common - XML on Sun Solaris. It was acknowledged as a bug by Ascential and supposedly on th...
by chulett
Wed Aug 31, 2005 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is CVS compatible with DS Server?
Replies: 5
Views: 1670

And the whole concept of collaboration where multiple developers would "edit simultaneously" a single job and changes would be merged just doesn't fly in the house of DataStage.
by chulett
Wed Aug 31, 2005 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How many rows moved from the log?
Replies: 2
Views: 736

The 'old' row counts are stored in the 'Finishing (...)' messages in the log. Double-click on them to see the details.