Search found 129 matches

by Pavan_Yelugula
Sun Jan 09, 2005 11:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: which is faster jobcontrol or a routine??
Replies: 1
Views: 917

which is faster jobcontrol or a routine??

hi All We have some basic code which does some functionality for us. We rote the code in jobcontol and with minor modifications like adding the header files we are able to use it great in a routine and call it from a transformer. Which of the two approaches is better and what is the trade off using ...
by Pavan_Yelugula
Thu Jan 06, 2005 9:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing to database tables using routines
Replies: 14
Views: 4746

hi ray and wolfang i guess i did not make myself clear with the problem.i will just try to explain in a different way. i have 20 sequential files with different schemas. i created 20 tables in my database as i am using a database approach and my model is built around a database approach. each countr...
by Pavan_Yelugula
Thu Jan 06, 2005 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing to database tables using routines
Replies: 14
Views: 4746

hey
i have lots of tables as well. i am not targetting a single table.

Thanks and Regards
Pavan
by Pavan_Yelugula
Thu Jan 06, 2005 2:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing to database tables using routines
Replies: 14
Views: 4746

hi ray Thanx for the pdf. can you please elobrate on "your ODBC connection will only work for 30 days using BCI functions then you will need to purchase a licence for the ODBC driver from DataDirect Technologies". can you tell me any other solution for my problem? i mean simpler way of ach...
by Pavan_Yelugula
Thu Jan 06, 2005 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing to database tables using routines
Replies: 14
Views: 4746

hi
can any please share with me the below pdf
UniVerse BASIC SQL Client Interface Guige (BCI.pdf). the archives says i can find what i am looking for in these pdf's

Thanks and Regards
Pavan
by Pavan_Yelugula
Thu Jan 06, 2005 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing to database tables using routines
Replies: 14
Views: 4746

writing to database tables using routines

hi all Problem: i have some data in a sequential file i want to rite the data present in that in to a odbc table using a basic routine(lots of files and lots of tables didn't want to make my job look complex so trying to achieve this with a routine) i succeeded in opening the file and reading the da...
by Pavan_Yelugula
Fri Dec 31, 2004 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: which is faster hash file join or parallel join stage?
Replies: 4
Views: 2429

which is faster hash file join or parallel join stage?

hi All Can you tell me which one of two is faster the hash file look up of server or the join stage of parallel extender. Consider that i do the hash file look up on my server canvas put it in a shared container and execute on parallel extender will this make my job faster than just using a join sta...
by Pavan_Yelugula
Tue Dec 21, 2004 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems in running a job using subroutines
Replies: 5
Views: 1780

Hi Ray
It looks a bit too hi-fi but anyway great pointer. i will see what i can decipher out of that code

Great ready for more questions from my side

With great knowledge comes great questions :D

Thanks and Regards
Pavan
by Pavan_Yelugula
Tue Dec 21, 2004 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems in running a job using subroutines
Replies: 5
Views: 1780

Wow
Great reasoning buddy :shock: ?it is working fine for a single row of data but aborting if i put another row.

can you guys please tell me how i manage my code if i have more than one row of data in my input files :(

Thanks and regards
Pavan
by Pavan_Yelugula
Tue Dec 21, 2004 12:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems in running a job using subroutines
Replies: 5
Views: 1780

Problems in running a job using subroutines

hi All I am trying to run a job from another job using a sub-routine. i created a job BasicTrial SeqFile-->Transformer---->seqFile In the Transformer i called a subroutine BasicTrial("JobName") In my case it looked like BasicTrial("AcctCustSeqTrial") My Job AcctCustSeqTrial is co...
by Pavan_Yelugula
Mon Dec 20, 2004 8:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SubRoutine returning error values
Replies: 4
Views: 1779

hi All

Thanks for the replies. it is working great now

Thanks and regards
Pavan
by Pavan_Yelugula
Mon Dec 20, 2004 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SubRoutine returning error values
Replies: 4
Views: 1779

SubRoutine returning error values

Hi All Can you please point me out the mistake in the following Subroutine DEFFUN DSGetJobInfo(JobName,Info) Calling "DSJ.DSGetJobInfo" Ans=DSGetJobInfo(JobName,Info) It is compiling fine but when i give proper values in JobName and info it is giving me error The values i m passing as Arg ...
by Pavan_Yelugula
Mon Dec 20, 2004 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling user defined subroutines
Replies: 6
Views: 2559

hi Ray Both the solution worked great Thanx a lot. Are all the types of calling User subroutines applicable for only Subroutines? if i want to call an user defined Transforms how do i do it? Can you also tell me what are various kinds of transforms and how they can be called from a user defined sub-...
by Pavan_Yelugula
Fri Dec 17, 2004 4:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling user defined subroutines
Replies: 6
Views: 2559

Hi Ray
The A4 Solution didn't work out even though i dedicated the first argument for the returning value

Can you also please elobrate on the subr() function which you said can be used for calling user defined subroutines.

Thanks for the help

Thanks and Regards
Pavan
by Pavan_Yelugula
Thu Dec 16, 2004 8:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling user defined subroutines
Replies: 6
Views: 2559

calling user defined subroutines

Hi All I am working on subroutines.i rote a small subroutine with name CalledSub.it just adds to numbers and returns Ans.i compiled it and Tested it. Now i have another Subroutine CallingSub which needs to call this subroutine. and use the value what it returns. I have searched the forum and found t...