Search found 51 matches

by timsmith_s
Mon Feb 05, 2007 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cursor (loop)/row-by-row processing
Replies: 7
Views: 2036

Sorry - to clarify, how can I control the looping? Is a sequence the only way that I can loop thru a set of records? Most development platforms have looping constructs - is there such a thing w/in DSEE?
by timsmith_s
Mon Feb 05, 2007 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with wrapped rows
Replies: 10
Views: 2520

Confirm that the field doent have nested cr/lf - might be a memo field or the like
by timsmith_s
Mon Feb 05, 2007 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cursor (loop)/row-by-row processing
Replies: 7
Views: 2036

Cursor (loop)/row-by-row processing

Is there a best practice for cursor (loop)/row-by-row processing that leverages native stages? That is, what are my alternatives for loops if I cannot use C++ or RDBMS stored procedures? TIA
by timsmith_s
Fri Feb 02, 2007 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wee have mystery dbx processes on our Unix server
Replies: 31
Views: 10762

Forgive me, very sorry - my bad - yes 1 is the initd. Takes ownership of processes that are either daemons or those that have lost their parent process. HTH
by timsmith_s
Tue Jan 23, 2007 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring PX with ssh
Replies: 4
Views: 2010

Dear lgharis,

Would you mind posting the approach you used or sending to me in a private message? TIA
by timsmith_s
Mon Jan 22, 2007 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wee have mystery dbx processes on our Unix server
Replies: 31
Views: 10762

dbx is a command-line debugger - check the process owner - if its zero, that is the initd process - its a zombie process.