Page 1 of 1

parallel sub routines

Posted: Fri May 07, 2010 9:51 am
by vputta
Need good manual on Parallel sub routines

Thanks,
vputta

Posted: Fri May 07, 2010 10:05 am
by anbu

Posted: Fri May 07, 2010 10:34 am
by chulett
What do you consider a "parallel sub routine" to be? Depending on the answer, we could be talking C++ or BASIC here.

Posted: Sat May 08, 2010 5:06 am
by vputta
I need documents on Basic before/after parallel subroutine.

I have worked on Basic server routines .could we ue the same functions in creating parallel sub routines as well ?

plz provide the docs for Basic server subroutine as well..


Thanks,
vamsi

Posted: Sat May 08, 2010 6:50 am
by chulett
You already have all the same documents we do, I would wager. Before/After subroutines are all in BASIC regardless of job type. PX-specific custom routines/buildops are written in C++. How are your C coding skillz?

Posted: Sat May 08, 2010 3:24 pm
by ray.wurlod
Before/after subroutines are, however, written in DataStage BASIC.

The reference manual is DataStage BASIC.

A training class Programming with DataStage BASIC, which includes a module on before/after subroutines, is available on DVD from DSXchange Learning Center

Posted: Sat May 08, 2010 5:09 pm
by chulett
ray.wurlod wrote:Before/after subroutines are, however, written in DataStage BASIC.
As noted. :wink:

Posted: Sun May 09, 2010 11:27 am
by mnayer
chulett wrote:You already have all the same documents we do, I would wager. Before/After subroutines are all in BASIC regardless of job type. PX-specific custom routines/buildops are written in C++. How are your C coding skillz?
There is also an option of using Basic Transformer and you can use all the basic routines that you used to but take care that it works sequentially on one node just like server jobs.

Posted: Sun May 09, 2010 5:00 pm
by ray.wurlod
The question is about before/after subroutines.