Search found 129 matches

by Pavan_Yelugula
Mon Oct 22, 2007 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How many files can File Pattern Handle
Replies: 5
Views: 2180

How many files can File Pattern Handle

Hi All We are using the File pattern property for reading a set of FIles in a directory. The Job hangs up when the Number of Files matching the Pattern are more than 500...It doesn't log any Messages and just sits there forever.... But when the Number of Files are less than 50 in the Directory...it ...
by Pavan_Yelugula
Tue Sep 11, 2007 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before/After Parallel Subroutines
Replies: 1
Views: 772

Before/After Parallel Subroutines

Hi ALL We are working with Parallel Subroutines and to my dismay i found that i can use my parallel subroutine only as a before or After Transformer Stage Routine... The documentation claims the same. The Prob is i want to use my parallel subroutine as a before or After starting of a Job in the Job ...
by Pavan_Yelugula
Thu Aug 09, 2007 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order of Operations in a Transformer
Replies: 3
Views: 1164

Hi All
Thanks for the replies...i don't want to do it..... i just wanted to find out if it can be done...

Thanks
Pavan
by Pavan_Yelugula
Thu Aug 09, 2007 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order of Operations in a Transformer
Replies: 3
Views: 1164

Order of Operations in a Transformer

Hi All I understand that the order of Operations in a Transfer will be stage variables followed by constraints followed by expressions. But Recently i heard that this order can be changed by changing some entries in the Registry... In the sense by tweaking the registry we can make the constraints to...
by Pavan_Yelugula
Thu Aug 02, 2007 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DSGetJobInfo
Replies: 15
Views: 18016

Hi Just like Ray Pointed out if you want DSGetJobInfo()-you can use an AfterJob subrotuine which still uses an BASIC for what ever functionality u want to use it for... If you need a tutorial on how to write parallel Routines...check this blog by vincent... http://blogs.ittoolbox.com/bi/websphere/ar...
by Pavan_Yelugula
Tue Jul 31, 2007 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what does this c++ code do??
Replies: 7
Views: 3371

Chulett It was coded by some IBM Professional and passed on. we came up with a new requirement and wanted to leverage what he has done. If i can find someone who knows c++ around me They would have been the first person i would have shown this right... But i am really wondering if this is a really b...
by Pavan_Yelugula
Tue Jul 31, 2007 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what does this c++ code do??
Replies: 7
Views: 3371

Ray, There is no code in the Pre-Loop. DSGuru a much more diverse example InPut rec# key string (20 byte value) 1 KEY1 aa 2 KEY1 abaa 3 KEY1 acabbbaa 4 KEY1 aa 5 KEY1 ss 6 KEY1 ab 7 KEY1 aa 8 KEY1 aa 9 KEY1 bb 10KEY1 cc In the above example. The String is a 20 digit value and every 2 digits has some...
by Pavan_Yelugula
Mon Jul 30, 2007 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what does this c++ code do??
Replies: 7
Views: 3371

what does this c++ code do??

Hi All I have a build op with the following code DEFINITION SECTION ------------------------- #include <map> #include <string> #include <iostream> using namespace std; map<string, int> mymap; map<string, int>::iterator mymapit; string holdkey; string holdmsg; string holdacnr; bool firstrec = true; P...
by Pavan_Yelugula
Tue Jul 24, 2007 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to execute more than one After-job Subroutine
Replies: 4
Views: 1675

Sara, How about coding your DSSend mail in the Routine which is already there(The one capturing the Job stats). It is Pretty Simple to add a extra couple of lines in the already existing routine to send a Mail. I am not a big fan of the Notification Activity because of its limitations. The Code you ...
by Pavan_Yelugula
Tue Jul 24, 2007 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: encrypted Information in DS
Replies: 1
Views: 661

encrypted Information in DS

Hi All I have a Encrypted field in my source flat file. I need two clarifications regarding the same 1) If i don't want any processing to be done on the field can i just pass the field along from the start to end by using datatype as VARCHAR. Does DS Mess with it( DS not able to parse some values in...
by Pavan_Yelugula
Mon Jul 02, 2007 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom Output file
Replies: 2
Views: 1318

Ray, The RT_CONFIG362 has only the three files as suggested. It doesn't have any other files.... Two give you a back ground about what is happening...we have two jobs say job1 and job2 where the link count needs to be compared for a proper handshake. I have a After Job subroutine in my Job2 which ta...
by Pavan_Yelugula
Fri Jun 29, 2007 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem With Compiling External Routine
Replies: 2
Views: 1254

Ray, The APT_COMPILER variable is defined as g++. All the Paramaters follow what i have in my second Make File. CC = g++ CCOPTIONS = -O -fPIC LIBCC = $(CC) LDOPTIONS = -nostartfiles -Wl,-Bshareable,-Bsymbolic,--allow-shlib-undefined I can get my code compiled with this and create the .o and .so File...
by Pavan_Yelugula
Thu Jun 28, 2007 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem With Compiling External Routine
Replies: 2
Views: 1254

Problem With Compiling External Routine

Hi All I have a external Function which i am trying to compile. I have two make files which i got from different sources. When i Compile with my first make file which is as follows ------------------------------------------- TARGETLIB = libTrxFuncsTrial.so CODESRC = TrxFuncsTrial.c TARGETOBJ = TrxFu...
by Pavan_Yelugula
Thu Jun 21, 2007 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unbearably slow compile with a funnel
Replies: 7
Views: 2569

Thanks ArndW and Vijay ArndW Though run time is more important than the compile time... It is really frustating to wait for almost 20 min for every minor functionality change in the job. As Ray Pointed out that the funnel is not compiled but a funnel operator is kept in the generated OSH. I guess It...
by Pavan_Yelugula
Wed Jun 20, 2007 6:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unbearably slow compile with a funnel
Replies: 7
Views: 2569

Ray, Initially the job started compiling better with the change of funnel option but then it started getting slow again. I removed the funnel stage altogether and it is compiling much better now. There almost 10 links to the funnel does this have to do with anything.... except for this job rest of t...