Search found 222 matches

by dr.murthy
Wed Nov 17, 2010 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace a character in a string
Replies: 4
Views: 1810

Then how to handle this ???
by dr.murthy
Wed Nov 17, 2010 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace a character in a string
Replies: 4
Views: 1810

Replace a character in a string

HI,

is there any function in PX Transformer to replace a character, one character replaces to three characters in a string , like 'A' Should replace 'XYZ'.
Convert function is not working in this case .
by dr.murthy
Fri Nov 12, 2010 7:09 am
Forum: General
Topic: Check Existence of file
Replies: 2
Views: 1715

I used Wait for activity stage to check existence of file, its working fine.


Thanks for respond.
by dr.murthy
Fri Nov 12, 2010 6:49 am
Forum: General
Topic: Check Existence of file
Replies: 2
Views: 1715

Check Existence of file

How to check the Existence of file in sequence jobs,'

if file exist then sequencer should run other wise ends successfully
by dr.murthy
Fri Oct 22, 2010 4:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date difference function
Replies: 1
Views: 1447

Date difference function

Hi ,
Am working on ds 7.5.2 Server jobs
is there any function to find out the difference between dates it results completed years in 7.5.2 Server jobs
by dr.murthy
Thu Oct 21, 2010 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call a sql script in ds job
Replies: 4
Views: 1911

Am not supposed to call this script through job control tab.
by dr.murthy
Thu Oct 21, 2010 4:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call a sql script in ds job
Replies: 4
Views: 1911

Call a sql script in ds job

Hi,

i have an requirement to create a datastage job to call sql script with in job but this is an external SQL script it should not be imbeeded in job control tab of ds job.

Any suggestions how to call this script in ds job.
by dr.murthy
Mon Oct 04, 2010 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job comparison
Replies: 3
Views: 2618

Job comparison

Hi , am working on the version of Ds 7.5 server jobs, we have a three servers to mintain our ds jobs(more than 2500), same copy of jobs were maintained in three servers. my client side people found out some huge diference in ds jobs available on three servers. so they just want to know what is the d...
by dr.murthy
Mon Sep 13, 2010 3:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Tables
Replies: 7
Views: 4482

Thanks for your reply,

am aware of datastage having two UV tables like
DS_JOBS and DS_OBJECTES but am not sure what information contains both tables.if posssible can you just guide me any info on this
by dr.murthy
Mon Sep 13, 2010 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Tables
Replies: 7
Views: 4482

UV Tables

Hi ,

could you please any one clarify me where i need to find out UV Tables information( means table information)
by dr.murthy
Thu Aug 26, 2010 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need a Help on build script
Replies: 1
Views: 1325

Need a Help on build script

Hi all, i have an requirement like to bulid a one script for validating fileds in all tablesby with below syntax.. ----<FILELD_NAME> INSERT INTO VALIDATION SELECT CASE WHEN (select count(*) from <TABLE_NAME> where <FILELD_NAME>is not null and <FILELD_NAME>>' ') > 0 THEN 'PASS' ELSE 'FAIL' END"R...
by dr.murthy
Tue Aug 24, 2010 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key implemetation
Replies: 2
Views: 1444

Surrogate key implemetation

Hi all, i just plan to implement a surrogate key in my SCD jobs, i have three approches like 1)Database sequencer 2)Using lookup Stage by getting the max Suurogate key for a particular table 3)Call a parallel routine. Can any clarify me which approach is Better to implement ,Datbase we used is Sqlse...
by dr.murthy
Mon Aug 09, 2010 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage is down
Replies: 8
Views: 4708

No, thats wrong
by dr.murthy
Mon Aug 09, 2010 2:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage is down
Replies: 8
Views: 4708

DataStage is down

Hi,

can you just tel me if any one aware of the mean of datastage is down
by dr.murthy
Wed Jul 28, 2010 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need a Help on Remove some data in Hash file
Replies: 20
Views: 8133

actually my requirement is delete some data in hashed file, so i used uv stage to doing that . i can get the hashed data through the select statement but not sure where to wwrite delete query, even if i use userdefined sequel to delete records its not working