Search found 43 matches

by A_SUSHMA
Fri Apr 04, 2014 4:15 am
Forum: General
Topic: How to create batchID?
Replies: 10
Views: 5393

How to generate a sequence a batchID or Invocation Number in Datastage server Routine.
by A_SUSHMA
Fri Apr 04, 2014 2:05 am
Forum: General
Topic: How to create batchID?
Replies: 10
Views: 5393

Routine Activity is asking argument. What argument I need to pass?
by A_SUSHMA
Fri Apr 04, 2014 12:56 am
Forum: General
Topic: How to create batchID?
Replies: 10
Views: 5393

In routine activity it is asking routine name. Do I use a routine to generate a batch or invocation id?
by A_SUSHMA
Thu Apr 03, 2014 11:37 pm
Forum: General
Topic: How to create batchID?
Replies: 10
Views: 5393

how to pass the "KeyMgtGetNextValue through datastage sequence as parameter?
by A_SUSHMA
Thu Apr 03, 2014 9:49 pm
Forum: General
Topic: How to create batchID?
Replies: 10
Views: 5393

How to create batchID?

Hi All,

1.How to create the invocation Id(or) batch id through data stage sequence?
2.How to pass the sequence invocation id (or)batch id through data stage routine?
by A_SUSHMA
Thu Apr 03, 2014 6:10 am
Forum: General
Topic: How to create DataStage Routines?
Replies: 11
Views: 5227

Hi,
I tried to search for pxReplace. But, I didn't find exact link. If possible can you share the link...
by A_SUSHMA
Tue Apr 01, 2014 11:27 pm
Forum: General
Topic: How to create DataStage Routines?
Replies: 11
Views: 5227

Thank you Chulett...

Can I get sample routines in any site?
by A_SUSHMA
Mon Mar 31, 2014 12:29 am
Forum: General
Topic: How to create DataStage Routines?
Replies: 11
Views: 5227

How to create DataStage Routines?

Hi All,

How do I create Routines in DataStage? Previously I haven't created any DataStage routines..

Could you please guide me ?
by A_SUSHMA
Sat Mar 29, 2014 5:57 am
Forum: General
Topic: Control Table in datastage?
Replies: 3
Views: 2467

Hi All,

I have two jobs,In this I need to execute second job from First job. Means to Execute one job from other job.

Please explain me how can i do in datastage...
by A_SUSHMA
Fri Mar 28, 2014 3:01 am
Forum: General
Topic: Control Table in datastage?
Replies: 3
Views: 2467

Control Table in datastage?

Hi All,

what is Control table in data stage and how it works ?

If possible Please explain me with example..
by A_SUSHMA
Thu Mar 06, 2014 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to extract the array of column data to target file ?
Replies: 5
Views: 2734

Hi,

DBAmount Valcode
{100, 200, 300) 1
{200, 200, 500) 3
{100, 400, 300) 2

output

based on the valcode position I need to take the DBAmount.If value code is 1 then first postion in the array that is 100.DBAmount datatype is Number(7,2)

Output
100
500
400
by A_SUSHMA
Wed Mar 05, 2014 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to extract the array of column data to target file ?
Replies: 5
Views: 2734

Hi CHullet,

Source is Oracle I need to drag single column(array) to target table...
by A_SUSHMA
Wed Mar 05, 2014 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to extract the array of column data to target file ?
Replies: 5
Views: 2734

How to extract the array of column data to target file ?

Hi All, Db_Amount{3} In a table i have a column called Db_Amount{3} array 3 .It have the value of {100, 200, 300) I mean the aomunt may be in array{1}, {2} , {3} for the column Db_Amount. I want to populate this column to target file with addition of the arry values. I mean I need the below output. ...
by A_SUSHMA
Tue Mar 04, 2014 1:14 am
Forum: General
Topic: How to Reset Routine(KeyMgtGetNextValue)?
Replies: 8
Views: 2745

I am asking how to reset the KeyMgtGetNextValue to ZERO, Once the process completed...
by A_SUSHMA
Tue Mar 04, 2014 12:34 am
Forum: General
Topic: How to Reset Routine(KeyMgtGetNextValue)?
Replies: 8
Views: 2745

Each time I need to reject a record or the record is bypassed then audit table is incremented. I am using the Routine KeyMgtGetNextValue .I will call this function each time when the record is by passed or reject.once the process completed successfully.Next day when I want to run the process I want ...