Search found 53125 matches

by ray.wurlod
Fri Oct 17, 2003 7:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Data issue on Oracle9i Stage
Replies: 11
Views: 1714

From memory there's a "minimize all windows" option available if you right mouse click on the task bar. This is also a neat and quick way to get to the Task Manager.
by ray.wurlod
Fri Oct 17, 2003 7:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Taking a server job and running it in an MPP environment
Replies: 6
Views: 1759

You read the cautions in the manual better than I did! You're correct (according to the manual at least) that shared containers are only applicable in the SMP environment, not in the MPP environment. Have not checked this out - lacking appropriate hardware - in DS 7.0 in an MPP environment. Perhaps ...
by ray.wurlod
Fri Oct 17, 2003 7:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to utilize physical memory on ETL server
Replies: 20
Views: 6279

A lot of work has gone into setting appropriate default values for the tuneable parameters in the uvconfig file. So the rule of thumb that chuarkai seeks is "leave it alone" or seek expert assistance. To gain in-depth information about this file you would need to take IBM's UniVerse System Administr...
by ray.wurlod
Fri Oct 17, 2003 7:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to utilize physical memory on ETL server
Replies: 20
Views: 6279

A lot of work has gone into setting appropriate default values for the tuneable parameters in the uvconfig file. So the rule of thumb that chuarkai seeks is "leave it alone" or seek expert assistance. To gain in-depth information about this file you would need to take IBM's UniVerse System Administr...
by ray.wurlod
Fri Oct 17, 2003 7:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage
Replies: 6
Views: 1531

DataStage (and therefore DataStage BASIC) has the quirky ability to treat a directory (folder) as a "table". This is the underlying premise of the Folder stage. You can do the same thing in DataStage BASIC. If the O/S directory is seen by DS as a table, then each file name in that directory is seen ...
by ray.wurlod
Wed Oct 15, 2003 5:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage reports
Replies: 7
Views: 1890

A DIY approach is to create a server job that consists purely of job control code that interrogates either the job, link and stage properties or the log file in order to produce the requisite report. This is a fairly straightforward DataStage BASIC programming task. On Ascential's Programming with D...
by ray.wurlod
Wed Oct 15, 2003 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run Time errors
Replies: 5
Views: 2116

This is particularly true on Solaris, where swap is mounted on /tmp by default, and /tmp is pretty small by default. Usually some tweaking of the latter is necessary in any case, and using other disk space for application-based temp is highly desirable.
by ray.wurlod
Wed Oct 15, 2003 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Taking a server job and running it in an MPP environment
Replies: 6
Views: 1759

Re: Taking a server job and running it in an MPP environment

Can you take a server job and run it in an MPP environment? The answer is a qualified yes. You encase the server job in a shared container, which you can use in the PX job design. There are restrictions on what the server job can do; for example it can not use COMMON. This is documented in the Para...
by ray.wurlod
Wed Oct 15, 2003 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking DataStage jobs and running them in MPP environment
Replies: 6
Views: 3578

The answer is a qualified yes. You have to encase the server job in a shared container, which you can then use in a PX job design. Then the resource file governs its use in an SMP or MPP environment. The qualification is that there are some restrictions on this (for example that the server job does ...
by ray.wurlod
Wed Oct 15, 2003 5:27 pm
Forum: Site/Forum
Topic: Email to Friend
Replies: 2
Views: 2622

Email to Friend

I just read a topic that I would like to have emailed to a friend. To achieve this I had to copy the URL from the Address field in the browser and paste it into an email message.
A "send this topic to a friend" link on the Topic viewer page in the Forum would be a useful adjunct.
by ray.wurlod
Tue Oct 14, 2003 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to utilize physical memory on ETL server
Replies: 20
Views: 6279

:idea:
You can tune the initial memory and multipliers used by the Aggregator stage from option 6 of the DS.TOOLS menu on the server.
by ray.wurlod
Tue Oct 14, 2003 5:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using tab-delimiters with the FIELD command
Replies: 3
Views: 1370

Something that is really cool is that the compiler can pre-evaluate certain functions. For example: <pre> EQUATE TAB TO CHAR(9)</pre> In this case this means that the compiler can evaluate the CHAR(9) function and load it into the constant. It doesn't make a great deal of difference at run time, but...
by ray.wurlod
Tue Oct 14, 2003 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS/390
Replies: 5
Views: 1066

... which, as being handled within DataStage, is simply a signed integer. These can readily be converted to unsigned numeric values within DataStage, for example for writing to text file. I outlined the technique earlier (for four-byte integers) - use a different constant for eight-byte integers.
by ray.wurlod
Tue Oct 14, 2003 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read a dsx file
Replies: 6
Views: 3448

You can even do two exports - one in DSX format and the other in XML format - and compare them.
by ray.wurlod
Sat Oct 11, 2003 1:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tools to close this weekend
Replies: 4
Views: 1141

The only reason I'm replying to this is to get my post count to a round 1300 before the changeover! [:D] Never did catch up with Admin. [:(] (But I don't get to count posts to the archive of the Oliver list!) On behalf of all the Forum participants, a heartfelt vote of thanks to Dennis and the team ...