Search found 53125 matches

by ray.wurlod
Tue Nov 29, 2011 3:26 pm
Forum: General
Topic: significance of December 31, 1967
Replies: 4
Views: 1440

There are several theories, including that that was his daughter's birthday. I have never seen conclusive proof of any of them.
by ray.wurlod
Tue Nov 29, 2011 3:24 pm
Forum:
Topic: Operational Metadata from other than IS
Replies: 1
Views: 1365

Operational Metadata from other than IS

I have a client who (I have just learned) does ET using DataStage, but then uses Teradata utilities (MultiLoad and BTEQ) to load the DW/DM. These utilities are not run under control of DataStage; they are run from AutoSys. A separate script (again from AutoSys) populates a Teradata table with "...
by ray.wurlod
Mon Nov 28, 2011 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help me in Logic (XML)
Replies: 1
Views: 1173

Welcome aboard.

Dare we ask why?
by ray.wurlod
Mon Nov 28, 2011 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort the values in the column in ascending order
Replies: 14
Views: 3217

I don't have a parallel routine. The logic is a simple insertion sort. Here it is as a server routine (language DataStage BASIC). FUNCTION SortStringChars(TheString) EQU MAX_CHARS TO 1000 DIM Chars(MAX_CHARS) If UnAssigned(TheString) Or IsNull(TheString) Then Ans = @NULL End Else Ans = "" ...
by ray.wurlod
Mon Nov 28, 2011 10:27 pm
Forum: General
Topic: dsrpcd process not start after invoking the startup command
Replies: 4
Views: 2203

uv is a compiled command indeed, but it does try to read a number of files, such as .uvconfig, VOC and others. And when the -admin option is used, there will be other files that it needs to read. If any one of them is missing, the command is likely to fail. As to why a non-standard PS1 value would ...
by ray.wurlod
Mon Nov 28, 2011 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort the values in the column in ascending order
Replies: 14
Views: 3217

You are going to need a routine to sort the characters in a string.
by ray.wurlod
Mon Nov 28, 2011 7:49 pm
Forum: General
Topic: is it possible without c++comiler istllation of ds 8.5 ?
Replies: 10
Views: 2534

That and Build stages.
by ray.wurlod
Mon Nov 28, 2011 1:10 pm
Forum: IBM QualityStage
Topic: Match specification - Number of match specifications
Replies: 4
Views: 1552

So what? Make your match designer database large enough. This was not part of your original question.
by ray.wurlod
Mon Nov 28, 2011 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issue with extral line feeds
Replies: 5
Views: 2423

Scroll to the right in the Columns grid in your Sequential File stage and set the "Contains Terminators" property for the field(s) in question.
by ray.wurlod
Mon Nov 28, 2011 1:02 pm
Forum: IBM QualityStage
Topic: Match specification - Number of match specifications
Replies: 4
Views: 1552

Almost certainly, though you haven't really given enough information. There is a limit on the number of passes in a single match specification, which depends on the exact version of the product you're running, but version 8.x should have an adequate number of passes for your requirement (depending o...
by ray.wurlod
Sun Nov 27, 2011 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help on conversion
Replies: 9
Views: 4034

As a Decimal data type, 0000450000.00 is the same as 450000.00. The value is actually stored one digit per nybble; the leading zeroes are added to prove that precision is being managed correctly. The number of digits following the decimal placeholder is determined by the scale setting. If you requir...
by ray.wurlod
Fri Nov 25, 2011 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't see Envt variables APT_PARTITION_NUMBER and COUNT
Replies: 1
Views: 1332

They are not environment variables, they are system variables @PARTITIONNUM and @NUMPARTITIONS. In the expression editor they can be selected from the drop-down list of expression operands under the system variables section.
by ray.wurlod
Fri Nov 25, 2011 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel routines and Unicode
Replies: 4
Views: 2136

With NLS enabled it should always be Unicode internally. With NLS not installed I understand it is ASCII internally.
by ray.wurlod
Fri Nov 25, 2011 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scenario needs to be solved
Replies: 6
Views: 2372

How do you calculate productive time? How do you calculate idle time? Could this be different for different employee types? What other business rules have you neglected to mention? Does the organisation have a PHB?