Search found 36 matches

by Murali4u
Wed Aug 08, 2012 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically pass values from transformer to xml stage
Replies: 1
Views: 1505

Dynamically pass values from transformer to xml stage

All, I have a requirement to pass a value from transformer stage (one of the column say 'Dummy' which has distinct values) and i need to assign this value to the xml file name in xml write stage instead of static name. So whenever there is a distinct value encounter, the corresponding xml should hav...
by Murali4u
Tue Oct 18, 2011 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Service Calling Error
Replies: 0
Views: 1319

Web Service Calling Error

Hi all, I have a job to call the web service but i ended up with the below error. Can anyone experienced the same issue? Pls advice. also is there any possibility to check/verify any particular web service could be called from datastage or not . Web_Services_Transformer_38,0: Fatal Error: Fatal: 002...
by Murali4u
Fri Aug 19, 2011 2:38 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Looking up the reference table
Replies: 1
Views: 2192

Looking up the reference table

Hi all, I have a datasource which has 10 tables with millions of data each (say transactions about employee (employee id) . I have another reference table which has only employee ids and I need to do a profiling on each of the table by referring the key value (employee id) of each employee in that r...
by Murali4u
Wed Aug 17, 2011 5:43 am
Forum: General
Topic: Change/Modify the DS Environmental variable value
Replies: 5
Views: 2035

Thanx Arvind for your comments..

The sequence is a scheduled one. During the initial execution, it will carry one value and at the end of the job execution, the value need to be assigned with a different value. I just want to know how to modify the value of that environmental variable in datastage.
by Murali4u
Wed Aug 17, 2011 3:29 am
Forum: General
Topic: Change/Modify the DS Environmental variable value
Replies: 5
Views: 2035

I want to be bit clear.. Its datastage administrator variable, not the one in my computer.. I want to dynamically assign/modify the values in the environmental variable not static.
by Murali4u
Wed Aug 17, 2011 2:22 am
Forum: General
Topic: Change/Modify the DS Environmental variable value
Replies: 5
Views: 2035

Change/Modify the DS Environmental variable value

I have a requirement, i need to change the value of the existing environmental variable after the completion of job execution.? Can anyone pls tell us the solution if you have cme across.
by Murali4u
Thu May 26, 2011 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read & Delete from FTP To unix box
Replies: 2
Views: 1777

Thanks Craig.
I believe there is no such nature in the FTP EStage.

Hi all,

I have completed this activity thru unix scripts. Because FTP Estage does not have this nature.
by Murali4u
Thu May 26, 2011 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read & Delete from FTP To unix box
Replies: 2
Views: 1777

Read & Delete from FTP To unix box

Hi everyone,
I have a requirement to read a file from a FTP path and move it to unix box and after reading it, the file should be deleted in ftp. Can we do this in FTP Enterprise stage. Please suggest a solution for this.

Thanks in advance..
by Murali4u
Wed Mar 23, 2011 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key -- Database Sequence
Replies: 5
Views: 3943

Thanks ray, other application interventions may occur, so created a user defined sql which resolves my requirement. :) But still i dont know how to use the sequence in skg stage..
by Murali4u
Thu Mar 10, 2011 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key -- Database Sequence
Replies: 5
Views: 3943

Surrogate Key -- Database Sequence

Dear all, Two questions: 1. I could establish the Surogate key generation through flat file. Can you explain how to generate it through DB2 sequence. 2. I have a scenario: Input : Dataset -- 2 million records contains (empname,esal) In target DB2 table say EMP (empid is a sequence generator). For ev...
by Murali4u
Sat Feb 26, 2011 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Dataset value to Oracle Database stage
Replies: 4
Views: 2503

Priya,

the data load will be around some 500K so, is this preferable to take on sparse matrix.
by Murali4u
Fri Feb 25, 2011 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Dataset value to Oracle Database stage
Replies: 4
Views: 2503

Mansoor - I need to pass the dataset value dynamically inside the database query.
The database has the query but does not have data in load.
by Murali4u
Fri Feb 25, 2011 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Dataset value to Oracle Database stage
Replies: 4
Views: 2503

Passing Dataset value to Oracle Database stage

Hi guys, I have a set of values in a dataset. I need to pass this value in oracle stage query window. Can any one suggest a solution if you come across. Eg: Dataset has thousands of reocrds. 156 245 335 424 . . . 1454 in the Database stage i have the query Select * from empy where emp_ID = Dataset V...
by Murali4u
Thu Feb 24, 2011 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Relationship
Replies: 2
Views: 1718

[quote="DSguru2B"]This is where recursive sql comes in. If your source is DB2, look into the 'WITH' clause and in oracle its 'connect_by_prior'. ...[/quote]

Thanks Dsguru. when i used "connect by prior" it works fine.
by Murali4u
Thu Feb 24, 2011 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Relationship
Replies: 2
Views: 1718

Finding Relationship

Guys, This may sound silly, but i dont know this could be achieved in datastage or through simply query, dont go for any stored procedures. Let me describe with simple example. I have a table with rows A B 1 2 2 3 If we look into the relationship of the element B with element A for the value as '3' ...