Search found 151 matches

by agpt
Wed Sep 15, 2010 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Parameters
Replies: 10
Views: 4025

anbu wrote:Sequence job is a server job. You can call IConv and OConv functions from User Variable activity
is it :shock:

can i call parallel job using sequence then?
by agpt
Tue Sep 14, 2010 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Parameters
Replies: 10
Views: 4025

anbu wrote:You can call IConv and OConv functions only from BASIC Transformer stage in the parallel job.

So it means I can't use these in user activity stage. How can I get it then?
by agpt
Tue Sep 14, 2010 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Parameters
Replies: 10
Views: 4025

mailravi.dw@gmail.com wrote:Use variable acvity and apply functions like iconv, Oconv then you easily get it through. if you need full information on iconv and oconv then refer the documentation. it clearly explained.

Thanks
Ravi
Can we use iconv and oconv functions in parallel stage?
by agpt
Mon Sep 13, 2010 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Parameters
Replies: 10
Views: 4025

Can I use user activity stage to create a variable who would have value abc201007
so basialy I want to do abc:transforms to append 201007.

Is it doable? if yes, how exactly?
by agpt
Mon Sep 13, 2010 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Parameters
Replies: 10
Views: 4025

Using Date function, you can know current date. From there, you can extract what you want and form a string (yyyymm) and then pass it as a parameter. This can be completely automated to run every month. File name is input parameter as in say input file for a transformaer stage. I can get this yyyym...
by agpt
Mon Sep 13, 2010 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Parameters
Replies: 10
Views: 4025

Dynamic Parameters

Hi, I have to schedule a job which would run on 2nd of every month. It would take last month's file as input. For example suppose this is being run on 2nd Aug, so it would use the input file of Jul. File have extension as yyyymm eg: abc201007. How can I pass a parameter whose values would dynamicall...
by agpt
Sun Sep 12, 2010 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tracking Performance
Replies: 3
Views: 1318

ray.wurlod wrote:Enable gathering of performance data and use the Performance Analyzer. ...
Hi Ray,

Can you please tell me where exactly would I get performance analyzer?
by agpt
Sun Sep 12, 2010 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: duplicate and non duplicate data
Replies: 4
Views: 3210

I went through the other posts in the forum... and got the solution - using copy, aggregator , filter then join back to get duplicates out....

Thanks to all of you!!!!
by agpt
Sat Sep 11, 2010 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data separation
Replies: 8
Views: 3124

ray.wurlod wrote:Use a constraint something like Not(Num(Inlink.TheString)) ...
Ray, but it's varchar column type so not(num()) is going to be true even for 123 value. right?
by agpt
Sat Sep 11, 2010 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running a proj from data stage
Replies: 10
Views: 3195

chulett wrote:Should be. In the 7.x world it was all documented in the manual for the Director client, not sure where it might have ended up in the 8.x world. ...
Thanks!!!
by agpt
Sat Sep 11, 2010 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: duplicate and non duplicate data
Replies: 4
Views: 3210

Re: duplicate and non duplicate data

Hi, A sequential file has 8 records with one column, below are the values in the column separated by space, 1 1 2 2 3 4 5 6 In a parallel job after reading the sequential file 2 more sequential files should be created, one with duplicate records and the other without duplicates. File 1 records sepa...
by agpt
Sat Sep 11, 2010 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data separation
Replies: 8
Views: 3124

no no
what i meant
suppose i have 5 records like
abc
123
efg
rst
345

Then in put put i need only 3 records from above which would be
abc
efg
rst

how can I implement that?
by agpt
Fri Sep 10, 2010 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running a proj from data stage
Replies: 10
Views: 3195

chulett wrote:Make sure you understand what that does, jobs typically need to be designed with multi-instance capabilities in mind. There's more to it than simply flipping the switch.
Thanks Craig.... Is there any documentation about the same?
by agpt
Fri Sep 10, 2010 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data separation
Replies: 8
Views: 3124

I need only alphabetic data out.
by agpt
Fri Sep 10, 2010 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: duplicate and non duplicate data
Replies: 4
Views: 3210

duplicate and non duplicate data

Hi, A sequential file has 8 records with one column, below are the values in the column separated by space, 1 1 2 2 3 4 5 6 In a parallel job after reading the sequential file 2 more sequential files should be created, one with duplicate records and the other without duplicates. File 1 records separ...