Search found 42189 matches

by chulett
Thu Nov 10, 2011 9:15 am
Forum: General
Topic: determining &PH& current type
Replies: 18
Views: 5571

Rather than pursue your presumed solution, why not start by telling us the problem you are trying to solve?
by chulett
Thu Nov 10, 2011 9:12 am
Forum: Site/Forum
Topic: iphone app for dsxchange
Replies: 8
Views: 4700

That would be because they are not supported, the API must be explicitly installed by the forum owners. You'll be notified by ones that do when you browse to them using a smartphone... this isn't one.

Was just introducing you to the app for general information, not for use here.
by chulett
Thu Nov 10, 2011 8:10 am
Forum: Site/Forum
Topic: iphone app for dsxchange
Replies: 8
Views: 4700

All forums "exist"... if you are asking if these forums support Tapatalk, the answer is no.
by chulett
Thu Nov 10, 2011 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove duplicates using LastRowInGroup?
Replies: 4
Views: 1667

What have you tried?

And LastRowInGroup() doesn't identify duplicates, it simply let's you know if you are looking at the last row in any given "group".
by chulett
Thu Nov 10, 2011 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to view data from CSV file
Replies: 4
Views: 1544

Not without more information, say for example... your error? A description of the sequential file and the settings you are using in the stage would help, as well.
by chulett
Thu Nov 10, 2011 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple jobs reading status file of SKG stage at same time
Replies: 12
Views: 2357

Didn't we already have this conversation?
by chulett
Thu Nov 10, 2011 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Folder stage equivalent Stage
Replies: 11
Views: 2993

Check the documentation? You would need to use a "Specific Program" rather than reading what to do from any kind of "Programs file" and then for the "Source" put the full form of the "wc -l" command. You'll also need to add the option that tells wc to not add ...
by chulett
Thu Nov 10, 2011 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage configuration
Replies: 6
Views: 3202

bp_dsx wrote:please let me the steps
If you are having a problem, please start your own post and let us know the details of your issue. This rather than jump on the end of someone else's three year old post.
by chulett
Thu Nov 10, 2011 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to put an id column to a group of data extracted
Replies: 1
Views: 1355

Sorry, I'm a little lost. Are you saying your target table has an "ID" column but your source flat file doesn't so you need to assign one during the load? So, when you said "add one row" you actually meant "add one column"? Before we start talking the specifics of a sol...
by chulett
Thu Nov 10, 2011 7:28 am
Forum: General
Topic: Pass in parameter to ExecCommand stage
Replies: 22
Views: 6935

I am wondering if the command stage supports pass-in parameter? Of course it does and the log proves it - your parameter is clearly shown as part of what was "executed". The problem is all in your script and how you are calling it. Output from command ====> SH: /u01/dstage/hpbdev/Sequenti...
by chulett
Wed Nov 09, 2011 11:52 pm
Forum: Site/Forum
Topic: iphone app for dsxchange
Replies: 8
Views: 4700

An app for the forums here? I just use the browser on my Droid without any issues, but it sounds like you may want to check out Tapatalk:

http://www.tapatalk.com/
by chulett
Wed Nov 09, 2011 11:48 pm
Forum: General
Topic: Pass in parameter to ExecCommand stage
Replies: 22
Views: 6935

Remove the dot and the space, it is an absolute pathname and should start with the slash.
by chulett
Wed Nov 09, 2011 11:46 pm
Forum: General
Topic: Tables in UV database
Replies: 6
Views: 1646

He has, many times. Once more for the record:

http://www.rocketsoftware.com/u2/resour ... -resources
by chulett
Wed Nov 09, 2011 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way to Read N number of tables and load into 1 table
Replies: 13
Views: 4333

Pretty simple to test your "800 table" question, simply put the same table name in your control table 800 times.
by chulett
Wed Nov 09, 2011 11:15 pm
Forum: General
Topic: Pass in parameter to ExecCommand stage
Replies: 22
Views: 6935

I'm curious why you have a "dot space" at the beginning of the command? Does the behaviour change if you remove that?