Search found 53125 matches

by ray.wurlod
Mon Dec 01, 2003 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Zombies UVSH
Replies: 10
Views: 3102

As for the swordfish reference, I had to do a google search. That reference is a little before my time. I always liked the Stooges better. Still don't know the phantom reference, though. The Marx Brothers may have started before the Three Stooges (who were originally a vaudeville act - did you know...
by ray.wurlod
Mon Dec 01, 2003 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RPC Daemon is not running Datastage Version 6
Replies: 18
Views: 9279

The RPC daemon at this release runs as dsprcd, so your netstat command should be filtered for dsrpc rather than uvrpc. This is to enable the UniVerse RPC daemon (which uses port number 31438) and the DataStage RPC daemon (which uses port number 31538) to co-exist. The daemon can be started manually ...
by ray.wurlod
Mon Dec 01, 2003 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Line up the Grouping in Aggregator Stage
Replies: 2
Views: 1156

You can move rows up and down in the Columns grid. It's tricky to do until you learn it. Select the Column Name cell in the row you want to move. Do NOT select the entire row. Release the mouse button. Now, using the left mouse button, drag the column name cell to its new location - the mouse pointe...
by ray.wurlod
Mon Dec 01, 2003 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal Problem
Replies: 7
Views: 1328

Hi Ray, The job was working fine earlier. When I moved that to the production environement, it started hating the decimal characters....The data is getting rejected at the target database, failing to insert the record. If NLS can solve the purpose, then how do I do that. Right now I am replacing th...
by ray.wurlod
Mon Dec 01, 2003 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum number of rows in a Hash File
Replies: 4
Views: 1171

Hi Mukund! The maximum number of rows in a hashed file is the maximum possible size of a hashed file (2GB by default, larger if 64-bit addressing is enabled). There are storage overheads, however, which you probably have not allowed for. With 32-bit addressing enabled, these overheads can be summari...
by ray.wurlod
Sun Nov 30, 2003 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Zombies UVSH
Replies: 10
Views: 3102

The password is "swordfish".

The password is ALWAYS "swordfish".
by ray.wurlod
Sun Nov 30, 2003 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup with some different angle
Replies: 17
Views: 3177

The first thing I note in your sample data is that you have addresses from more than one country. INTEGRITY has multinational address validation rules, and also domain (country, in this case) recognition, so you can isolate the addresses from each country for more exact cleansing. INTEGRITY further ...
by ray.wurlod
Sun Nov 30, 2003 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal Problem
Replies: 7
Views: 1328

Some (many) European countries use the comma for a decimal place designator. If NLS is enabled, then the NUMERIC locale category will specify the expected decimal place designator character. It is possible, instead of converting the character, to recognize the comma as a decimal place designator. Ar...
by ray.wurlod
Sun Nov 30, 2003 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple instances of Db2
Replies: 4
Views: 1693

What do you mean by another variable? Another environment variable? If you do this in a job control routine, you would invoke the command using the PERFORM statement (or via a call to DSExecute). Since controlled jobs run as child processes of control jobs, they inherit their parents' environment va...
by ray.wurlod
Sun Nov 30, 2003 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to clear the Locks in DS?
Replies: 4
Views: 1393

You just did that for the points, yeah? :lol:
by ray.wurlod
Fri Nov 28, 2003 5:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to have Multiple Line Condition in a routine?
Replies: 9
Views: 2931

While noting your original post that you are doing this in a Routine, note also the fact that if you're doing it in an Expression (or, by extension, in a Transform), it must all be on one line.
by ray.wurlod
Fri Nov 28, 2003 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COBOL Picture clause
Replies: 1
Views: 2457

(This isn't really a Parallel Extender question!) Hopefully the site admin will move it to the correct forum, perhaps DataStage. Surely PIC 9(7)V99 allows for positive or negative numbers. The workaround is simply to edit the copybook so that the - does not appear. And, perhaps, increase the magnitu...
by ray.wurlod
Thu Nov 27, 2003 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise Stage
Replies: 7
Views: 6683

Pretty much every database has "client" software. For DB2 there's an interactive component of Client Access. There are probably others, too. It's really only the name that changes. Alternatively, every database also has an "error codes and messages" manual. This is what you resort to if you absolute...
by ray.wurlod
Thu Nov 27, 2003 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restart the job from the last commit point
Replies: 7
Views: 1643

Wow, nearly a year has gone by since I used the word asseverated! This (restart from the last commit point) is not a problem easily solved generically; a tailored solution is one of the things that competent consultants can provide. It is also probably the reason that it's not a directly inbuilt cap...
by ray.wurlod
Thu Nov 27, 2003 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File
Replies: 6
Views: 1186

The load factors are two threshholds that govern when the hashed file will grow (split) or shrink (merge). When the total amount of data in the file, as a proportion of the file's storage capacity, called the current load, exceeds the split load threshhold, the file grows by one Group Size, and one ...