Search found 42 matches

by jayantthakore
Mon Jun 22, 2009 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partion Table option in DB2 Enterprise Stage
Replies: 2
Views: 1656

Partion Table option in DB2 Enterprise Stage

Hi, I have a query with join 3 Tables(eg : A,B,C).I defied it as User Defined Qyery in the Db2 Enterprise Stage.The job run slow as the default method of "User Defied Query" is sequential.I am trying to use the PARTION Table option to make this qury work in parallel mode.I provided value P...
by jayantthakore
Mon Nov 13, 2006 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequencing
Replies: 4
Views: 2693

The JOb should initiate every 45th Day.
There is a date parameter which can be used to keep a track of the count.

Please let me know if you want more info.
by jayantthakore
Mon Nov 13, 2006 2:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequencing
Replies: 4
Views: 2693

Job Sequencing

Hi,

I have to design 2 jobs in such a way that on the 45th successful completion on first job I have to kick start the second job. This job will run one time and will again wait for 45 completions of Job one.

How can I implement this.

Thanks
by jayantthakore
Fri Sep 08, 2006 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conerting a decimal(12,3) to decimal (9,2)
Replies: 4
Views: 2690

TRY THIS :
DecimalToDecimal(Column name,[2])
This should do it.
by jayantthakore
Fri Sep 08, 2006 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to decimal
Replies: 5
Views: 2803

HI Abhi,

Decimal[4,2] will give output 1024.00.
But String 10 will only give '1024' if its a VarChar or '1024 ' if its a Char.
by jayantthakore
Fri Sep 08, 2006 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiling job
Replies: 3
Views: 1598

OSH is generated when the job get compiled.
You can see the generated OSH in the Job Properties.
by jayantthakore
Thu Sep 07, 2006 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 4
Views: 2355

Parallel Routine

Hii,

Can anyone tell me where to write the Code for a Parallel Routine.I want to wite a routine for caracter to Integer Decoder.

I can create the routine through the manger but I am not able to figure out where to write the code.(In server there is a tab as CODE).

Is it somewhere in Parallel Also.
by jayantthakore
Tue Sep 05, 2006 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserDefined Transforms
Replies: 3
Views: 2998

Thanks 4 reply !!!
That was just an example.
I am learning how to write a transform.
Can you give me a generic method to write it .
by jayantthakore
Mon Sep 04, 2006 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserDefined Transforms
Replies: 3
Views: 2998

UserDefined Transforms

I have written a Built In Transforms to convert Null to Zero in the designer.
But i am not able to see it in the transformer Stage Functions.
Do we have to compile it Somewhere in Director or Manager ??
by jayantthakore
Thu Aug 31, 2006 11:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fetch job Stats
Replies: 8
Views: 3262

Ray,

I have figured that thing out.....
Sorry to confuse you.
You can skip the third part .
Can you tell me how to get the Start time & Termination Time ??
by jayantthakore
Thu Aug 31, 2006 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fetch job Stats
Replies: 8
Views: 3262

Fetch job Stats

Hii,

I need to fetch the job Start time,Job Termination Time and Number of times job ran into a db2 Table.
Can anyone tell me how to do that ??

Thanks
by jayantthakore
Fri Jun 02, 2006 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema File Structure
Replies: 16
Views: 8680

Schema File Structure

Hi,
Can anyone give me a Schema File Templete which is used in the Sequential file Stage .Please give a exaple of what type of file is there.
Is it a csv file or what & where to store that file.

cheers,
Jayant
by jayantthakore
Thu Jun 01, 2006 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To find out duplicate records
Replies: 9
Views: 6191

Re: To find out duplicate records

Hi Amarpreet, In the final Transformer Stage you can concate all key columns to a long String and Store it into a Stage Variable named STG1. Now another variable STG2 = STG1. Compare the two.by this you will capture the rows in the two variables.Check them and put the constaint accordingly on the li...
by jayantthakore
Thu Jun 01, 2006 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run Time Propagation
Replies: 6
Views: 4477

Hi Anshuman,

On your unix box you have to find the Datastage Directory where all these stuff is stored.
by jayantthakore
Tue Feb 07, 2006 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 Stage error
Replies: 2
Views: 2084

Db2 Stage error

I am gettin this fatal error in my Job when i m tring to load in Db2 Enterprise Stage. DB2 Driver Embedded SQL message: SQL0311N The length of string host variable number "3" is negative or greater than the maximum. SQLSTATE=22501 ; sqlcode = -311; sqlstate = 22501 Execute failed. just a i...