Search found 198 matches

by mystuff
Thu Jun 24, 2010 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: full outer join
Replies: 2
Views: 1535

full outer join

I am slightly puzzled with the datastage full outer join. I have Key fields and values. the full outer join drops off common fiels (other than the key fields , or join fields). Can anyone tell me on what basis it drops the records. Shouldn't it be the other way i.e. dropping common key fields and re...
by mystuff
Thu May 13, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Any Idea on APT_DEBUG_MODULE_NAMES ??
Replies: 4
Views: 4199

Check out the Parallel Job Advanced User Guide. According to that, the APT_DEBUG_MODULE_NAMES is used as follows: This comprises a list of module names separated by white space that are the modules to debug, i.e., where internal IF_DEBUG statements will be run. The subproc operator module (module n...
by mystuff
Thu Apr 29, 2010 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read "Parameter Set" through Unix
Replies: 8
Views: 3139

Hi Ray,

Thanks for the information.

If the parameter sets don't have Value Files, then is there any other way to read them instead of going to the project directory.

Thanks
by mystuff
Mon Apr 26, 2010 9:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read "Parameter Set" through Unix
Replies: 8
Views: 3139

Hi Ray/Craig,

Sorry about that. Yes, the parameter set contains Value Files as well
by mystuff
Mon Apr 26, 2010 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read "Parameter Set" through Unix
Replies: 8
Views: 3139

Yes Ray, it has value fields
by mystuff
Mon Apr 26, 2010 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement user sort ?
Replies: 1
Views: 867

Re: How to implement user sort ?

Weigh each field with a rank and then sort based on the rank given to that field.
by mystuff
Sun Apr 25, 2010 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read "Parameter Set" through Unix
Replies: 8
Views: 3139

I want to obtain all the Parameters and their Values from a particular "Parameter Set".

I want to do this via Unix. Just similar to

Code: Select all

dsjob -lparams projectname jobname
But instead of

Code: Select all

jobname
, I want to obtain from a "Parameter Set" say XYZ
by mystuff
Sun Apr 25, 2010 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read "Parameter Set" through Unix
Replies: 8
Views: 3139

Read "Parameter Set" through Unix

Hi All,

I want to read parameters and their values in Parameter Set via Unix. Is there anyway I could do that.

I tried searching manuals for dsjob, dssearch, but wasn't able to find any.


Thanks
by mystuff
Wed Sep 16, 2009 2:46 pm
Forum: General
Topic: version 8 training
Replies: 0
Views: 691

version 8 training

Hi

Does Dsxchange have any plans in introducting DVD regarding the usage of Version 8 (assuming a person knows, server, parallel and quality stage).

Thanks
by mystuff
Wed Sep 09, 2009 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The server is not responding
Replies: 12
Views: 6621

How can we start the other servers

Code: Select all

DataStage server 
----------------------
 ./bin/uv -admin -start

IBM Information Server
----------------------------
???? 

WebSphere Application Server 
------------------------------------
?????
by mystuff
Fri Aug 07, 2009 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: users under same group different permissions
Replies: 2
Views: 1047

users under same group different permissions

Hi, We wanted to have users under same group having different permissions. Say there is a group called GROUPA and two users USER1, USER2. We want to have USER1 with Developer permissions and USER2 with Operator permissions. As the administrator will show only GROUPA. How can we implement this? Anoth...
by mystuff
Thu Aug 06, 2009 7:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sparse lookup vs Join
Replies: 4
Views: 4040

ray.wurlod wrote:Sparse lookup is substantially slower than normal lookup (the latter uses an in-memory virtual Data Set). ...
How can we decide between Sparse Lookup and Join. As both are preferred when normal Lookup is not suitable for the task i.e. heavy on memory.
by mystuff
Thu Aug 06, 2009 6:30 am
Forum: General
Topic: ODI, OWB vs Datastage
Replies: 3
Views: 6742

ODI, OWB vs Datastage

Hi, I am sorry if I am posting this (or posting this in wrong place). I didn't know where to approach for this question. a) How different is the architecture for both ODI, OWB from Datastage. b) Why do we have two etl tools by oracle (ODI, OWB). I have read that ODI is more used for real-time, is th...
by mystuff
Wed Aug 05, 2009 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sparse lookup vs Join
Replies: 4
Views: 4040

sparse lookup vs Join

Hi, I have been always reading that if secondary link (i.e. the data being referenced is huge), then go for Join rather than Lookup because of the heavy usage of memory. But what factor determines in choosing between sparse lookup and Join. As sparse lookup does not require heavy usage of memory. Th...
by mystuff
Mon Aug 03, 2009 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: admin tasks
Replies: 2
Views: 1590

admin tasks

I was going through list of datastage admin tasks and came across some tasks which are new to me. a) shared memory locks - how can we detect/clear shared memory locks by datastage b) internal registry and external registry security settings (such as LDAP) c) regular backup (does this mean only 4 fil...