Search found 52 matches

by vijaydev
Mon Jul 13, 2009 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynamically updating the columns with dynamic columns change
Replies: 4
Views: 2044

From this source file, are you just looking to build and execute a single update statement for each row - with source and target tables accessible in the same statement? Or do you need to dynamically select from one database and then dynamically update from another? I am looking for dynamically sel...
by vijaydev
Mon Jul 13, 2009 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynamically updating the columns with dynamic columns change
Replies: 4
Views: 2044

dynamically updating the columns with dynamic columns change

Hi, I have an requirement, i will get one csv file with the below format SrcTble SrcColum SrcColumVal TgtTble TgtColum1 TrgColumn1Val A X 1 D XX 123 B Z 3 H JJ 678 TrgColum2 TrgColum2Val YY 456 VV 000 based on the above file i need to update the target table columns dynamically becuase the table and...
by vijaydev
Wed Jan 28, 2009 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get full outer join using join stage
Replies: 10
Views: 8255

How to get full outer join using join stage

Hi,

I want to get full outer join results by using three tables.

first i am trying to get full outer join results using two tables.
In the join stage out put/mapping tab it is showing left record and right record how to mapp this to get full outer join results.

Thanks in Advance!

-Vijay
by vijaydev
Mon Oct 13, 2008 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to achieve not(notfound()) results in parallel
Replies: 3
Views: 1891

I dont know which one is suitable for me weather its lookup or change capture stage.


My requirement is i need to inset the records which is not avaialable in target.

- Vijay
by vijaydev
Mon Oct 13, 2008 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to achieve not(notfound()) results in parallel
Replies: 3
Views: 1891

How to achieve not(notfound()) results in parallel

Hi,

I am new to datastage parallel, please let me know how to achive not(notfound(....)) results in parallel edition.

my requirement is i need to pass only new records which is not present in target.

Thanks in Advance

-Vijay
by vijaydev
Mon Sep 29, 2008 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert a delimited string to rows but i am not sure
Replies: 2
Views: 1497

How to convert a delimited string to rows but i am not sure

Hi, I have a requirement i need to convert one delimited string to rows, but i am not sure how many delimiters i will get it. Eg: Input: Project ID User ID 1 31716#@#31965 2 31924#@#32677#@#31689#@#37011#@#30855#@#30096 3 3251058 4 32401#@#42862#@#32401#@#42862 Expected output is : Project ID User I...
by vijaydev
Wed Sep 10, 2008 8:58 am
Forum: General
Topic: Crontab is not working for hours
Replies: 8
Views: 4092

Yes, its not triggering the script at 1.30
by vijaydev
Wed Sep 10, 2008 6:54 am
Forum: General
Topic: Crontab is not working for hours
Replies: 8
Views: 4092

Crontab is not working for hours

Hi, I have a crontab entry for my unix script, its working properly for the mins but its not working for hours what was the problem, please anyone help to reslove this. I didint get any error messages. The entries is : 30 * * * * ksh/opt/node2/data/MIS_Reporting/scripts/mis_rm_load_dev.sh this is wo...
by vijaydev
Tue Jan 29, 2008 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the difference between Datastage V7.1 & V7.5
Replies: 3
Views: 1947

Thanks for the reply.
by vijaydev
Tue Jan 29, 2008 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to configure the DB2 Plug In in UNIX for server
Replies: 4
Views: 3396

How to configure the DB2 Plug In in UNIX for server

Pls. any one let me know how to configure the DB2 PLUG IN.
Procedure to configure one DB2 databse to Datastage 7.5 in UNIX Server version.

Thanks in Advance
by vijaydev
Tue Jan 29, 2008 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the difference between Datastage V7.1 & V7.5
Replies: 3
Views: 1947

What is the difference between Datastage V7.1 & V7.5

Any one Pls. me know the difference between Datastage V 7.1 and V 7.5 for server
by vijaydev
Wed Jul 25, 2007 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: i want to lack the table while extracting the file....
Replies: 3
Views: 1546

No, only the jobs/sequence which is access the table needs to be wait.
by vijaydev
Tue Jul 24, 2007 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: i want to lack the table while extracting the file....
Replies: 3
Views: 1546

i want to lack the table while extracting the file....

We have a requirement like we have to update a flag before and after running our sequences Eg. The table structures is SeqNo TableName Result 1 P1 50 ( If the result is 50 we will start our jobs and the run time we will update this table is 10 at that time other dependency jobs wont run) 2 P1 10 ( a...
by vijaydev
Tue Jul 24, 2007 7:42 am
Forum: General
Topic: i want to lock the table from the datasatage
Replies: 1
Views: 1176

i want to lock the table from the datasatage

We have a requirement like we have to update a flag before and after running our sequences Eg. The table structures is SeqNo TableName Result 1 P1 50 ( If the result is 50 we will start our jobs and the run time we will update this table is 10 at that time other dependency jobs wont run) 2 P1 10 ( a...