Search found 5168 matches

by kumar_s
Tue Oct 31, 2006 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing several parallel instances of Oracle stored proc
Replies: 1
Views: 580

Hi Anil, you can delete the other duplicate post that been created.
by kumar_s
Tue Oct 31, 2006 3:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing several parallel instances of Oracle stored proc
Replies: 1
Views: 580

Use Link partitioner to trigger each parallel link based on certain condition. You can have 10 parallel links with 10 OCI or ODBC stages to call procedures parallely.
Data source will be your schema.
by kumar_s
Tue Oct 31, 2006 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oconv and iconv
Replies: 6
Views: 2138

Check you online manuals available in you client. You can find this documented under Basic Programing in Server Job Developers guide.
by kumar_s
Tue Oct 31, 2006 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issues with C sql
Replies: 3
Views: 613

Though there will be performance lack with huge logging, it can be compromised with usefulness of the log obtained. It again depend on the type of log you produce. :wink:
by kumar_s
Tue Oct 31, 2006 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding a job
Replies: 2
Views: 874

There is a command available called 'dssearch' from command prompt.
by kumar_s
Tue Oct 31, 2006 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple instances of job
Replies: 1
Views: 671

Yes, the logs will be logged into single master job's hashed file log. Obviously if number of parallel instance jobs increases, the resource consumed will also be increased. But check if the log is one of the bottle neck. Set auto purging. Purging log before triggering each job will also not be poss...
by kumar_s
Tue Oct 31, 2006 3:10 am
Forum: Site/Forum
Topic: Yet another Milestone!!!
Replies: 9
Views: 4422

Thanks again.
Just noticed that, my points have crossed the Number of post of Ray. Which I though would never happen. 8)
I also knew that it wont last for long. :wink:
by kumar_s
Tue Oct 31, 2006 3:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to execute database procedure before job run?
Replies: 5
Views: 2264

You can call a batch file which involves
set ORACLE_SID=orcl
sqlplus userid/pwd@schema
sqlplus "Call StroedProcedure"
by kumar_s
Tue Oct 31, 2006 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generation in PX
Replies: 6
Views: 1750

Add 'PartitionNum' to the RowNum to get the unique value across partitions.
by kumar_s
Sun Oct 29, 2006 5:20 am
Forum: Site/Forum
Topic: Yet another Milestone!!!
Replies: 9
Views: 4422

Thanks to all. :D
Kim, I remember you said the same when I was in 2000. Nothing changed. :wink:
by kumar_s
Sun Oct 29, 2006 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reset the jobs
Replies: 6
Views: 1591

Or if you are using BASIC code to call the job, you can check the status and based ont hat you can reset by DSJ.RUNRESET in DsRunJob().
by kumar_s
Sat Oct 28, 2006 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Exract only number from alphanumeric
Replies: 5
Views: 2545

Use Convert('abcdefghijklmnopqrstuvz','',Input.Col), you can add more character like any special character or you can even use Upper functon for case sensitive.
by kumar_s
Sat Oct 28, 2006 2:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start Loop
Replies: 7
Views: 1653

You still can convert the integer into date in you job.
by kumar_s
Thu Oct 26, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parameter to a view
Replies: 3
Views: 677

View doesnt make any differenct with table with respect to Datastage. Query were made similar to table. If you were refering to creation of the Table or view, you dont have any direct option to create a view but using user defined query, you can. And passing the parameter as well.
by kumar_s
Thu Oct 26, 2006 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join is returning a default date
Replies: 8
Views: 1597

Is the fomat of date mentioned in the job/Project varied?