Search found 5168 matches

by kumar_s
Mon Feb 05, 2007 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What does Production run time signify in DS director
Replies: 4
Views: 2783

A process called Conductor reads the generated OSH and intialize Section leader per node. Time taken for this will be Startup time. Ideally it should be always less than 30sec. Infact as less as possible. Each section leader will control the Player for each operator per node. The time taken from the...
by kumar_s
Mon Feb 05, 2007 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding COMMON function
Replies: 7
Views: 1799

Hope you got the reply from Ray. But where are you calling the same routine with in the code? What is the unexpected result that you got? By the way, cant the code be simplified as below, my 2 cents. Common /IncrRowCompare3/ Initialize,LastRecordInitialize, PrevKey1,PrevPrevKey1, PrevKey2,PrevPrevKe...
by kumar_s
Sun Feb 04, 2007 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding COMMON function
Replies: 7
Views: 1799

Hi Luk, With a quick glance at your code, I need to clarify few doubts. Are you just comparing current record and the previous records and identifying the duplicates, based on the Keys and the values? If so why the level of three records i.e., Current, Prev, PrevPrev? Why not those declaration be ex...
by kumar_s
Sun Feb 04, 2007 6:40 pm
Forum: General
Topic: Looking for Ascential datastage Forum
Replies: 9
Views: 4082

True. This site runs in more controlled fashion when compared to other other forums which are popular for a different tools or purpose. Its all because of the influence of few key people.
by kumar_s
Sun Feb 04, 2007 6:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unexpected Job Failure
Replies: 14
Views: 8374

Doesn't a reject option available in Seq file stage? I there there is one in CFF stage.
by kumar_s
Sun Feb 04, 2007 5:59 pm
Forum: General
Topic: Looking for Ascential datastage Forum
Replies: 9
Views: 4082

vmcburney wrote:...never caught on in the US.
No wonder Criag said that.
by kumar_s
Sun Feb 04, 2007 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding exporting datamodel
Replies: 53
Views: 13005

Huh... I have not heard of most of them mentioned by Ray. Searching about that... But I could understand the fantasy about exploring the infinite end, like Universe. Hey... hey... Iam revering to Galaxy not the database. Kim cant install full Kim's EtlStatus Ask you client to log into DSXchange to k...
by kumar_s
Sun Feb 04, 2007 5:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding COMMON function
Replies: 7
Views: 1799

Pasting the code will give insight on how the variable been used.
Rather than changing the variable name in the copied routine, you can test with the named variable to simulate the similar execution. Because the named variable persist till the existence of the user session.
by kumar_s
Sun Feb 04, 2007 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence or Unique identifer across tables in PX ?
Replies: 13
Views: 3674

Create a dummy column along with the Nextval, say with the constant value '1' and lookup on that. If you MINVALUE starts with negative, there is a possibility to get 0's, else no.
by kumar_s
Sun Feb 04, 2007 5:04 pm
Forum: General
Topic: Looking for Ascential datastage Forum
Replies: 9
Views: 4082

Craig, you must be kidding if you say you have never heard about Orkut :shock:
42,085,620 have account as of now!!
Yeah, yesterday it was a bad server.
Its just a forum where mostly teens login for chatting. There are millions of ridiculous community and few really worth full community.
by kumar_s
Sun Feb 04, 2007 4:09 am
Forum: General
Topic: Looking for Ascential datastage Forum
Replies: 9
Views: 4082

Ther is one in Orkut too.
by kumar_s
Sun Feb 04, 2007 3:43 am
Forum: Site/Forum
Topic: Getting logged out during session
Replies: 17
Views: 9495

Craig, IE7 is good and pleasing. Why wont you upgrade?
I wont compare with FireFox 2. :wink:
by kumar_s
Sun Feb 04, 2007 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error view data command
Replies: 1
Views: 519

As asked in the other post, does the view data work for any other field other than the given date field? Just check you don't have any other database issues by changing the query to 'SELECT SYSDATE FROM dual ' On your other point, you can use the generated query to build the query so that the column...
by kumar_s
Sun Feb 04, 2007 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Convert ASCII CHAR into ASCII BINARY format
Replies: 13
Views: 4130

Does "nbr=nbr+(SEQ(InputStr[i]))" gives you expected result. It just adds up the resultant and gives you cumulative amount.
Could you explain on what you mean by position of the string?
by kumar_s
Sun Feb 04, 2007 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: input dataset does not have field error
Replies: 3
Views: 1482

Does the view data work for any other field other than the given date field?
Just check you don't have any other database issues by changing the query to
'SELECT SYSDATE FROM dual '