Search found 77 matches

by subrat
Mon Jun 30, 2008 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Issue
Replies: 4
Views: 1972

It seems that the samething u can achieve through DS_JOBS and DS_JOBOBJECTS table as well. But not sure the join condition on these tables. Need to investigate. Wait for sometime. Sure someone will post on it. Thanks Subrat In version 7.x you click on "Usage Analysis" in Manager, having se...
by subrat
Wed Jun 25, 2008 12:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetJobInfo for get sequence name
Replies: 4
Views: 2533

Can you please give me an example how to do it?

Thnaks
Subrat

chulett wrote:If you are looking for a macro, a job can find out what is 'calling' it using the DSJobController macro. Same as via the DSGetJobInfo() function using the DSJ.JOBCONTROLLER Info Type. ...
by subrat
Tue Jun 24, 2008 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetJobInfo for get sequence name
Replies: 4
Views: 2533

DSGetJobInfo for get sequence name

Hi, I have a list of 1000 DS jobs. I need to know the sequence name for each of these datastage job which callling it. e.g: Suppose datastage job is "Job_ABCDE", then i want the sequence which calling it. Sequence_ABCDE--------->Job_ABCDE. It seems we can do it by write a routine calling t...
by subrat
Mon Feb 18, 2008 3:49 am
Forum: General
Topic: PROJDEF
Replies: 5
Views: 2144

Thanks Ray for the suggestion. I got the relevent information from earlier post. Thanks again. I described fully in my earlier post how it works. Premium membership costs less than 30c per day, and allows one (among other things) to read all of what premium posters have to say. Premium membership is...
by subrat
Mon Feb 18, 2008 2:00 am
Forum: General
Topic: PROJDEF
Replies: 5
Views: 2144

Thanks Ray... U mean to say at Run time we need to pass value to the $PROJDEF parameter? Is this environment var defined in the configuration file. If yes then whats the default value. Thanks $PROJDEF is one of three special tokens that you can use to set the default value of a job parameter that is...
by subrat
Mon Feb 18, 2008 12:01 am
Forum: General
Topic: PROJDEF
Replies: 5
Views: 2144

PROJDEF

Hi,

Why we use PROJDEF parameter and whats the utility of this parameter. The question seems to be silly one bt as i am new to this tool so expecting ur help on this.

Moreover what is "Orachastrate"?

Thanks
by subrat
Thu Feb 14, 2008 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage
Replies: 7
Views: 5917

ray.wurlod wrote:Why not prove it either way? Run the job with Force set and not set, capturing and examining the Score. Which one has no copy operator? (Note that the Copy stage must be a straight-through copy (no ...

For my scenario it s giving me the same output in both case.
by subrat
Thu Feb 14, 2008 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage
Replies: 7
Views: 5917

In DS Manuals it says " If we keep the Datastage Force property option set as true then Datastage internaly optimize the job by removing copy operation." In my case.. i know i have two output from the copy stage. So isnt be good if i keep the Force option as False.

Thanks
by subrat
Thu Feb 14, 2008 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage
Replies: 7
Views: 5917

Copy Stage

Hi,

In Copy stage whats the difference if i keep the set Force option as True or False.

I have a Job where there are one input and two Output to copy stage. In this case shall i keep the Force option as True or False and why?

Thanks
by subrat
Thu Feb 07, 2008 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Containers
Replies: 2
Views: 919

Containers

Hi,

Whats some key differences between Local Container and Shared Container.

Which one is better to use: Shared container ot Shared Routines. and why?

Thanks
by subrat
Mon Jan 28, 2008 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Env Variable
Replies: 2
Views: 1764

Env Variable

Hi,

I am new to DS. Can anyone let me know the utility of $PROJDEF and why we use that? Whats the differnce between User Var and Env variable.
by subrat
Sun Jan 27, 2008 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partion
Replies: 4
Views: 1094

Thanks Ray for this valuable info... Can u please also suggest me if we are doing hash partioning, is it always better to take all table keys as partion keys also? If yes then can i do same thing for other type of partion as well... Moreover in case of join, lookup etc... are the data match within t...
by subrat
Sun Jan 27, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File
Replies: 1
Views: 662

Configuration File

Hi,

Can anyone tell me how configuration file work in a DS environment. What kind of information are there inside the Config file.

Thanks
Subrat
by subrat
Sat Jan 26, 2008 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partion
Replies: 4
Views: 1094

Could u please briefly explain whats mean by 'which always returns the same uint32 value'. Moreover can a processing node contain more then one partion? You identify the key column(s). The characters from those columns are used as input to a hashing function, which always returns the same uint32 val...
by subrat
Fri Jan 25, 2008 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partion
Replies: 4
Views: 1094

Hash partion

Hi

Can anyone help me to understand how Hash partioning is happenening in parallel Job. How the key is generating?

Subrat