Search found 5168 matches

by kumar_s
Mon Jan 22, 2007 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automated Regression Testing
Replies: 6
Views: 1779

You can use command line functions like orchestrate with dump option to convert dataset to sequential file.
Fileset can be concatinated together based on the control file.
Not sure, how RCP helped you to save files.
by kumar_s
Mon Jan 22, 2007 7:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5045

Okey.... Key for the each table (Backup for two consecutive days) should be marked as Key in Chane Capture and Preferred field can be marked as data or optionally All fields can be marked as Data field in Chagne capture. But capturing changes based on Database log should be more faster. Not sure, wh...
by kumar_s
Mon Jan 22, 2007 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status of JobMonApp
Replies: 6
Views: 3462

Good to see the answers for the posts.
If Pavan, looks into this, hope the topic will be closed.
by kumar_s
Mon Jan 22, 2007 7:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator, Restricting count for individual group
Replies: 23
Views: 4062

What are the key fields?
It should be Ac_N,Serv_N,Period_K and not Called_Num included in it.
by kumar_s
Mon Jan 22, 2007 7:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with data types
Replies: 17
Views: 3666

One of the other streams is holding the same field name as "Packs_Per_Carton"

Are you expecting 20061231 or 20061131?
Because, Nov has only 30 as the final date.
by kumar_s
Mon Jan 22, 2007 7:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5045

Hi Nirav,

What is the logic on which the Change is captured?
Is it compared with Production database (Target databse)?
by kumar_s
Mon Jan 22, 2007 7:29 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

All this reminds be a famous quote of Bill Gate said on 1981
640K ought to be enough for anybody.
:lol:
by kumar_s
Mon Jan 22, 2007 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding exporting datamodel
Replies: 53
Views: 13005

The optimized approach would be...
wrap the SQLs in a SQL file. Call that SQL through a shell script. Call that script through an Execute command Activity stage in Datastage. Call that JobControl using a BASIC Routine.
And finally Schedule it. :wink:
by kumar_s
Mon Jan 22, 2007 7:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue retrieving number of rows processed
Replies: 18
Views: 4417

Perhaps me too. :wink:
by kumar_s
Mon Jan 22, 2007 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5045

What is you version of datastage? ChangeCapture should be able to find the difference in the Input1 to the Input2. A flag used to indentify this change. Full Outer Join coupled with Transformer with Null Detection can be used to construct the similar functionality. If you have any timestamp field to...
by kumar_s
Mon Jan 22, 2007 6:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I wnat storred porocedures in oracle....
Replies: 16
Views: 4074

Doloane wrote:.....because I am a naughty SPAMBOT.

:lol: I wish Doloane should loging and look for this :lol:
by kumar_s
Mon Jan 22, 2007 6:48 pm
Forum: Site/Forum
Topic: 3K in No time!!!!
Replies: 18
Views: 8632

3K in No time!!!!

Great work DSGuru2B!!!!!
Keep going.... You should be easily passing the list above you.
by kumar_s
Mon Jan 22, 2007 5:45 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: 9529

Have you tried to stop the dbx before trying to kill it. dbx Help Manual
by kumar_s
Mon Jan 22, 2007 5:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding exporting datamodel
Replies: 53
Views: 13005

So I assume its LDM to PDM (Logical Data model to Physical Data Model).
by kumar_s
Mon Jan 22, 2007 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with data types
Replies: 17
Views: 3666

Check if DATE.TAG(DateGenericToInternal(l_Modified_I002.SI_CURR_END_DT)+1) this gives you the Date part alone. Say 2002-04-06.