Search found 9 matches

by murari83.ds
Mon Apr 02, 2012 7:43 am
Forum: General
Topic: How to call Datastge job using Active batch schedular
Replies: 2
Views: 1664

-wait option work fine

Thanks chulett
by murari83.ds
Mon Apr 02, 2012 5:21 am
Forum: General
Topic: How to call Datastge job using Active batch schedular
Replies: 2
Views: 1664

How to call Datastge job using Active batch schedular

Hi I am running the Datastage job using Active batch schedular...I am able to call the datastage jobs using below command. dsjob -run -mode NORMAL -warn 999 Project_name job_name The above job are running successfuly. for eg my Datastage job take 20 min to complete the job, but active batch schedula...
by murari83.ds
Fri Jul 15, 2011 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to implement the logic
Replies: 1
Views: 1220

Need to implement the logic

Hi I have source date like this for eg: ID NEW VERSION NAME NO 100 1 V ABC 2004 100 1 V XYZ 20 100 1 V PQR P 200 1 V ABC 2005 200 1 V XYZ 30 200 1 V PQR Q I required below out put. ID NEW VERSION ABC XYZ PQR 100 1 V 2004 20 P 200 1 V 2005 30 Q Can you please guide me the how to implement this senerio.
by murari83.ds
Thu Sep 02, 2010 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User define stage
Replies: 6
Views: 2572

I am a bit lost with that answer. Do you mean to say that you are "writing a buildOp" which is a code but not interested in "writing the routine in parallel" !? ... Instated of writing the parallel routine, I am interested to write a build ops like user define stage. suppose i n...
by murari83.ds
Thu Sep 02, 2010 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User define stage
Replies: 6
Views: 2572

Sainath.Srinivasan wrote:Why not convert the routine into a parallel one or avoid calling it ? ...
because we don't have a external object file to use in the project. So that I need to used code with in the stages.
by murari83.ds
Thu Sep 02, 2010 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User define stage
Replies: 6
Views: 2572

Need more information on why you are using buildOps and what you are planning to do. As the routine is a 'server' component and a buildOp is a C++ library, you may need to initiate a server call fr ... because of i am using the server job or basice transformer . I am planing to used the parallel jo...
by murari83.ds
Thu Sep 02, 2010 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User define stage
Replies: 6
Views: 2572

User define stage

Hi All, To count the row in table we are using the link out function. we are using the basic transformer . Job like: Seqfile-------->Transformer-----------> seq file In the Tranformer we are calling the Routine uning linkcount function. can you please give me the idea how to call the same funtion us...
by murari83.ds
Wed Oct 31, 2007 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: merge the two files
Replies: 10
Views: 5481

merge the two files

Hi


I hava a two seq files

file1
ENO,ENAME
101,ABC
102,BBB
103,DDD

FILE2
SAL,AGE
50000,45
7000,66
8000,77


Using this data i want to merge the file, i don"t have a key colum.



Thanks
by murari83.ds
Wed Oct 31, 2007 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert input to out put
Replies: 2
Views: 1238

convert input to out put

Hi

I have a file like

Seg file 1

A, B
1, a
1,b
1,c
2,d
2,e
2,f

conver to

out file
A, B
1 abc
2 def


Thanks
murari