Search found 66 matches

by Madhu1981
Tue May 01, 2007 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dssearch, dsadmin
Replies: 1
Views: 1620

dssearch, dsadmin

Hi All, I am using a command SELECT NAME, CATERGORY FROM DS_JOBS WHERE NAME = '<JOBNAME>' for searching the loacation of a job in a catagory. I heard like we can also use desearch command for implementing the same. I have searched in online manuals and also in forum, but i didn't find the syntax, ho...
by Madhu1981
Tue May 01, 2007 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Topics to be perpared for Datastage Certification
Replies: 3
Views: 1210

DSguru2B wrote:What did you find out when you did a search? vmcburney (from the top ten posters) has a topic about this in his blog. Click on his name, check out his blogs.
Thanks a ton.!! I got the same.!!
Madhu
by Madhu1981
Tue May 01, 2007 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Topics to be perpared for Datastage Certification
Replies: 3
Views: 1210

Topics to be perpared for Datastage Certification

Hi All, I am very much interested in giving certification on Datastage EE. I am sicerely preparing for the same. But, I am not sure like what all are the topics i have to prepare. Could any one tell me, on what topics i have to get prepare well. In certification, will they ask questions on installat...
by Madhu1981
Tue Apr 24, 2007 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameter to oracle enterprise stage
Replies: 2
Views: 754

Passing parameter to oracle enterprise stage

Hi,

I have a sequential file which contains all the parameters..!! Now i want to pass the parameters from the sequential file to a oracle enterprise stage in one parallel job.!!

Is there any specific function to do this..!!

Thanks in advance
Madhu
by Madhu1981
Sat Apr 21, 2007 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running a server job in datastage PX
Replies: 4
Views: 1147

Running a server job in datastage PX

Hi All,

I have a set of datastage server jobs and i have to run the same in datastage PX environment. I knew that we can use shared container for running the server job in px.

Can any one tell me the other ways for doing this which gives better performace

Thanks in advance
by Madhu1981
Sun Mar 04, 2007 10:39 am
Forum: General
Topic: DsEngine Function
Replies: 3
Views: 1608

DsEngine Function

I have one basi question.

When we run a job from client componenet, internally either it runs on server or on Datastage ENgine.
What is the role f DSEngine exactly

Thanks
by Madhu1981
Sun Mar 04, 2007 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sample px routine
Replies: 10
Views: 3914

Sample px routine

Hi,

I am good at C++ and i am interested in writing parallel routines. I really don't know how to start up.

Can some one send me the syntax or one simple routine so that i can understans it clearly.

Thanks in advance.
by Madhu1981
Sun Mar 04, 2007 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete the indexes of a table using routine
Replies: 8
Views: 2350

Or you can do it in the OPEN command of a database stage. And how exactly are you going to do it in a routine? Are you planning do use a Basic Transformer? Hi Guru... could you explain me in detail. I haven't used this OPEN command in database stage. Can you tell me the syntax of this open command ...
by Madhu1981
Sat Feb 24, 2007 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete the indexes of a table using routine
Replies: 8
Views: 2350

How to delete the indexes of a table using routine

Hi

I have to delete the indexes of a table using routines. Can anyone help me... please
by Madhu1981
Thu Aug 24, 2006 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partitioning on columns with same values
Replies: 4
Views: 1483

Hash Partitioning on columns with same values

Hi All, I have configuration file with 4 nodes. I have a job where i need to do the hash partitioning on One column (assume column name as A) and i have million records coming from the source and all values are same for the column A. When i perform hash partioning will it partition into 4 nodes or ...
by Madhu1981
Tue Aug 08, 2006 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the last 10runs time of a job
Replies: 5
Views: 2590

How to find the last 10runs time of a job

Hi All,

I have a scenario like to get the last 10 runs timestamp of a perticular job.

Is there any datastage repository table which will give this information.

thanks in advance
by Madhu1981
Tue Aug 08, 2006 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get performance while using UserdefinedUpdate stmt
Replies: 5
Views: 1719

How to get performance while using UserdefinedUpdate stmt

Hi, I have a job like Dataset ---> Copy Stage --> Db2Enterprise stage and my Write Method is : Upsert. Upsert mode is : Userdefined Update. Configuration File: 4 Nodes. Now, I am getting 1 million records from input and its taking 3 hours to update the records. Is there any way to make better perfor...
by Madhu1981
Wed Jun 21, 2006 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between stopped, aborted and crashed
Replies: 1
Views: 1012

Difference between stopped, aborted and crashed

Hi All,

I have a question, what is the difference between the Aborted, Stopped and Crashed. The status codes of these are 3,97 and 96 respectively.


Kindly help me.
by Madhu1981
Tue Jun 06, 2006 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DsStopFunction in the after job routine.
Replies: 2
Views: 888

DsStopFunction in the after job routine.

Hi All, I want to stop the current runninhg job through after job routine by using DSStopJob function. Shall we use DSStopJob function to stop the current function. I have written a code for this, but the job is not stopping. The status of the job is Finished with warnings. Kindly look at my code. $...
by Madhu1981
Tue Jun 06, 2006 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between DSLogfatal and DSStopJob
Replies: 14
Views: 6219

kduke wrote:I like both Abort and DSLogFatal(). The sequence should catch either if the right box is checked. It is a personal preference. Ray and Arnd are usually correct in the sense things work better if you a ...

Thanks a lot Kduke,

Could you please explain me in detail