Search found 151 matches

by agpt
Sat Sep 25, 2010 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: macro vs routine
Replies: 6
Views: 2977

A DS macro is an interlude to a DS function so there is no difference between them. DS functions are written in DataStage BASIC. Parallel routines, however, are written in C++ and therefore can no ... Ray, I am unable to see your full reply. would it possible for you to take premium setting off thi...
by agpt
Sat Sep 25, 2010 11:15 pm
Forum: General
Topic: version control
Replies: 2
Views: 1321

Thanks
by agpt
Sat Sep 25, 2010 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: macro vs routine
Replies: 6
Views: 2977

macro vs routine

Hi,

What is the difference between DS Macro and parallel routine/DS routine?
by agpt
Sat Sep 25, 2010 12:23 pm
Forum: General
Topic: version control
Replies: 2
Views: 1321

version control

How can we implement version control for jobs in v 8? Is it only by saving different versions of jobs manually?
by agpt
Sat Sep 25, 2010 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: combined oparators
Replies: 2
Views: 1902

combined oparators

Hi All,

can anybody tell me what are combined operators. Normally they are being disabled using APT_DISABLE_COMBINATION. What exactly it does is not by disabling the combined operators.
by agpt
Sat Sep 25, 2010 7:59 am
Forum: General
Topic: job parameter
Replies: 10
Views: 3208

chulett wrote:Yes. It can only return one result but you could parse one of multiple delimited values from there for different parameters. ...
Thanks a lot!!!
by agpt
Sat Sep 25, 2010 7:10 am
Forum: General
Topic: job parameter
Replies: 10
Views: 3208

chulett wrote:Don't try to type it in manually, use the "..." Parameter Helper to make the proper choice and fill it in for you. ...
Craig,

I believe same method can be used to pass multiple parameters if multiple values are returned by script?
by agpt
Sat Sep 25, 2010 7:09 am
Forum: General
Topic: job parameter
Replies: 10
Views: 3208

thanks
by agpt
Sat Sep 25, 2010 7:08 am
Forum: General
Topic: Sequence Stages
Replies: 4
Views: 1780

Thanks :D
by agpt
Sat Sep 25, 2010 3:57 am
Forum: General
Topic: Sequence Stages
Replies: 4
Views: 1780

ray.wurlod wrote:Yes, they're in the DataStage Developer's Guide. ...
Hi Ray,

I did try to find out in PJ Developer Guide, Server Developer Guide as well as in Parallel job Adv dev guide but didn't find it anywhere. :(

Can you please exactly in which manual I can find it?
by agpt
Sat Sep 25, 2010 2:53 am
Forum: General
Topic: Sequence Stages
Replies: 4
Views: 1780

Sequence Stages

Hi All,

Is there any documentation for sequence stages like end loop activity, wait fro file activity etc as it is there for parallel job, server jobs?
by agpt
Fri Sep 24, 2010 11:53 am
Forum: General
Topic: job parameter
Replies: 10
Views: 3208

anbu wrote:Use commandOutput of Exec activity
what do i give in that? parameter name?
by agpt
Fri Sep 24, 2010 11:29 am
Forum: General
Topic: job parameter
Replies: 10
Views: 3208

anbu wrote:

Code: Select all

dsjob ... -param retValue=$(Unix_Script)
thanks Anbu... Suppose I am using exec command stage for the same and the next job in the seq is user activity . how do i pass then ?
by agpt
Fri Sep 24, 2010 10:57 am
Forum: General
Topic: job parameter
Replies: 10
Views: 3208

job parameter

Hi,

Can anybody tell me how to pass value returned by a unix script as a job parameter?
by agpt
Thu Sep 16, 2010 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic on group number
Replies: 6
Views: 2791

dodda wrote:i accomplished it by dividing the rownum with the job parameter and applying ciel function.

Thanks
Can you please tell how exactly you assigned one number to 4 conscutive rows?