Search found 53125 matches

by ray.wurlod
Wed Oct 26, 2005 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5x2 installation problem on windows 2003
Replies: 11
Views: 3088

Try connecting to another machine so that your network card is active. Only a physical connection is required; you don't need to have any remote disks mounted or anything.
by ray.wurlod
Wed Oct 26, 2005 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: driving previous sunday
Replies: 2
Views: 1111

Which Sunday date(s) are you seeking to generate? Try rewriting your specification so it's a bit clearer. For example, you might want to generate one row containing the date of the Sunday prior to the Wednesday start date. That one's easy - convert to Julian and subtract 4, then convert back. Or do ...
by ray.wurlod
Wed Oct 26, 2005 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml writer
Replies: 2
Views: 1144

You have not actually asked a question. What it is you want to know? Whether your design is sound? How to convert hexadecimal data?
by ray.wurlod
Wed Oct 26, 2005 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Specifying column information at runtime.
Replies: 6
Views: 1545

It's not currently possible, and highly unlikely to be possible in the next release. DataStage is not intended to work with dynamic metadata. A search of the forum will uncover at least one technique for tricking DataStage into doing so, but it's not possible "out of the box". RCP is not possible in...
by ray.wurlod
Wed Oct 26, 2005 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to view data in a lookup file set
Replies: 4
Views: 1979

Data Set utility is for managing Data Sets, which are stored in internal (binary) format. It is not for managing File Sets. File Sets are stored in external (human readable) format. Look first in the control file (*.fs) to determine the locations of the data files making up the File Set, then view t...
by ray.wurlod
Wed Oct 26, 2005 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating custom routine on Windows Version
Replies: 3
Views: 1139

You need first to import the external function definition, using the Manager client.
by ray.wurlod
Wed Oct 26, 2005 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding date conversion into dd/mm/yyyy
Replies: 8
Views: 2126

That's been some testimonial!
by ray.wurlod
Wed Oct 26, 2005 1:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create static hash files and what it is???
Replies: 5
Views: 2715

It's not static in the sense of a static variable in C. It's static in the sense that it does not perform automatic space management. Dynamic hashed files do automatically grow and shrink in response to the total volume of data to be stored. Dynamic (type 30) hashed files are the default because the...
by ray.wurlod
Wed Oct 26, 2005 1:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in using DRS
Replies: 4
Views: 1133

Welcome aboard! :D

I'm not aware of any environment variable that can help, but what you can do is to switch to user-defined SQL. In this you can employ the non-standard Informix INTERVAL phrases.
by ray.wurlod
Wed Oct 26, 2005 1:33 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Profilestage reinstall
Replies: 4
Views: 2830

I fear that you're going to have to complete the uninstall manually, including removing the Registry entries using regedt32.
by ray.wurlod
Wed Oct 26, 2005 1:32 am
Forum: Site/Forum
Topic: Write a Book!
Replies: 40
Views: 20405

It does, but only for members on the Inner Circle group (self-employed contractors). Dennis suggested a resource for self-employed contractors that might develop into a (paid) premium site.
by ray.wurlod
Tue Oct 25, 2005 8:52 pm
Forum: Site/Forum
Topic: Write a Book!
Replies: 40
Views: 20405

<hope>Surely IBM already had enough lawyers and didn't need Ascential's? </hope>
by ray.wurlod
Tue Oct 25, 2005 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List of environment variables
Replies: 13
Views: 4402

IF you create them under the User Defined area you will be able to see them! :lol:
by ray.wurlod
Tue Oct 25, 2005 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add_to_heap() - Unable to allocate memory
Replies: 6
Views: 1406

It may also be the case that you're trying to get more data into the hashed file than formerly. That becomes the more likely explanation if you find that the cache sizes have not been changed.
by ray.wurlod
Tue Oct 25, 2005 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List of environment variables
Replies: 13
Views: 4402

They (DataStage environment variables) are visible in the Administrator client. Therefore, they are mentioned in the Administration manual. However, no list can be "complete" that is customizable. DSJobName is a DataStage macro, not an environment variable. There are also system variables (having na...