Search found 15603 matches

by ArndW
Wed Jul 08, 2009 12:32 am
Forum: General
Topic: parallel job canvas
Replies: 6
Views: 2072

The Parallel stages will only show up when you have installed the PX package; so it would seem that the installation only did server. Did you check your license xml to see if you actually do have PX?
by ArndW
Tue Jul 07, 2009 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(1) - ...combinee graph
Replies: 7
Views: 3612

Are your APT_CONFIG files the same, or have the same number of nodes, in both installations? Often a job developed on a 1-node site will show errors when run with more nodes (the opposite is not true, which is why jobs should always be developed on a 2 or more node configuration).
by ArndW
Tue Jul 07, 2009 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 8.0.1 optimnization
Replies: 4
Views: 2009

Vincent - you were so much more direct than I - do you think I was being too subtle regarding a 1-node configuration :lol: Compare my 1-node configuration doesn't give PX a chance to take advantage with your somewhat more forceful A one node DataStage configuration for a Teradata environment is insa...
by ArndW
Tue Jul 07, 2009 11:13 pm
Forum: General
Topic: Stage type information and partition information
Replies: 12
Views: 4185

In order to do this I would recommend not looking into the undocumented DS_JOBOBJECTS hashed file, but using the documented API to get this information. Among other calls, DSGetStageTypes will return all active and passive stage types used in a job. If you really feel the need to explore in the repo...
by ArndW
Tue Jul 07, 2009 11:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dummy input in Server Jobs
Replies: 3
Views: 1668

You can create a server job without inputs. Create a transform stage with no inputs, define a stage var (you don't need to use it) and define a constraint such as "@OUTROWNUM<2" and you are done.
by ArndW
Tue Jul 07, 2009 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata repository
Replies: 3
Views: 1393

Not 8.1 but 8.x is the dividing line.
by ArndW
Tue Jul 07, 2009 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata repository
Replies: 3
Views: 1393

At versions of DataStage prior to V8 the metadata repository was within the tool itself, stored in hashed files. As of Version 8 this changed and there is now a requirement to use an external repository. DB2 is delivered as part of the package for use as a repository but you can also use Oracle. Use...
by ArndW
Tue Jul 07, 2009 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing Packed decimal value.
Replies: 9
Views: 3778

I posted some code for a user-written function that converts integer values to COMP-3 here on DSXChange a couple of days ago, if you use the search function you can find it.
by ArndW
Tue Jul 07, 2009 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing Packed decimal value.
Replies: 9
Views: 3778

Let us take this step-by-step, starting with the source. The COBOL data picture of " S9(16)V99" is not a packed field. It would be packed if the definition stated " S9(16)V99 USAGE IS COMP-3" or similar. Next, the target column datatype of DECIMAL is an SQL data type, and unknown...
by ArndW
Tue Jul 07, 2009 6:23 am
Forum: General
Topic: Weird behaviour of Parallel job! HELP!!
Replies: 7
Views: 2145

Statistics in the monitor may be inaccurate during the run, but upon successful completion of the job will be accurate. I am not sure if, after your "force compile" the job is still executing differently (i.e. incorrectly) from your copy of the job, which you stated runs correclty. Try run...
by ArndW
Tue Jul 07, 2009 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 8.0.1 optimnization
Replies: 4
Views: 2009

When you run your job is the CPU use at over 90% for long periods of time, or is I/O overloaded or does the machine swap? Without knowing where your bottleneck is one cannot recommend tuning.
Although a 1-node configuration doesn't give PX a chance to take advantage of any parallelism whatsoever.
by ArndW
Tue Jul 07, 2009 4:15 am
Forum: General
Topic: Weird behaviour of Parallel job! HELP!!
Replies: 7
Views: 2145

Why did you once again quote your message AND add nothing to the thread but just repeat what you had alread written?

*Note: Duplicate Post deleted - Content Editor*

*PS - Not his fault - hiccup in system when he posted!*
by ArndW
Tue Jul 07, 2009 4:14 am
Forum: General
Topic: Setting user priorities
Replies: 3
Views: 1019

What you can do depends upon your version of UNIX. On some LINUX systems you can use the method described at nice & renice . I would think that for other UNIX implementations one could find appropriate scripts that would do this, at worst a simple script running with admin rights could do this a...
by ArndW
Tue Jul 07, 2009 4:06 am
Forum: General
Topic: Weird behaviour of Parallel job! HELP!!
Replies: 7
Views: 2145

There is no need to quote your original post, it remains visible to all. Also, my complete post should be visible to all users. The important part is does doing a force compile on the original make a difference on the result.
by ArndW
Tue Jul 07, 2009 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Kernel Settings
Replies: 2
Views: 1393

Although my gut tells me that these are interview questions I'll still make an attempt at an answer. the "Kernel" of an OS has a number of settings that can be changed to affect system setup and performance. Examples of kernel settings are such things as how much virtual memory the OS can ...