Search found 53125 matches

by ray.wurlod
Fri Dec 28, 2012 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp
Replies: 11
Views: 3575

... which is why I included "four digit year" in my specification.
by ray.wurlod
Fri Dec 28, 2012 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job completes successfully , but is showing ABORTED
Replies: 5
Views: 1839

What's different about the new environment that might be causing slowness? (Clearly "nothing" is not the correct answer.)
by ray.wurlod
Fri Dec 28, 2012 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp
Replies: 11
Views: 3575

OK, you have two questions to answer. One can be a constraint expression.
(1) Is the incoming string valid as a timestamp with a four digit year (IsValid() function)?
(2) Convert the string to a timestamp then extract the time portion, or extract the time portion and convert it to a time data type.
by ray.wurlod
Fri Dec 28, 2012 3:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row/sec keep decreasing when writing data into hash file
Replies: 9
Views: 3350

Was the 7.5 version created with the 64BIT option (not available through the Hashed File stage)?
by ray.wurlod
Fri Dec 28, 2012 12:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp
Replies: 11
Views: 3575

What is the data type of the source field? Where are you reading it from?
by ray.wurlod
Fri Dec 28, 2012 12:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row/sec keep decreasing when writing data into hash file
Replies: 9
Views: 3350

Are the hashed files identically sized in each environment?

Assuming there is a VOC pointer for the hashed file, you can use the command ANALYZE.FILE hashedfilename STATS to determine the current sizing.
by ray.wurlod
Thu Dec 27, 2012 11:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row/sec keep decreasing when writing data into hash file
Replies: 9
Views: 3350

Hashed File Calculator (hfc.exe) is provided on your installation media in a directory called Utilities, in a sub-directory called Unsupported.
by ray.wurlod
Thu Dec 27, 2012 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector View Data Error
Replies: 6
Views: 2904

Whenever you see "library could not be loaded" error messages check that the library's parent directory is included in the shared library search list (typically the LD_LIBRARY_PATH or LIBPATH environment variable) and that the executing user has execute permission for that library. If you'...
by ray.wurlod
Thu Dec 27, 2012 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp
Replies: 11
Views: 3575

TimestampToTime() function requires no format string. It requires that the input is a timestamp (not a string).

If your input is a string, use the Field() function to isolate the time component and StringToTime() to convert the format.
by ray.wurlod
Thu Dec 27, 2012 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of input links supported on DTS stage ?
Replies: 9
Views: 3986

oacvb wrote:We are currently using DataStage Version 8.5 with Fix Pack 1.
As far as I can recall version 8.5 is up to Fix Pack 4.
by ray.wurlod
Thu Dec 27, 2012 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal value (00000000000000000000.000000) to blank it
Replies: 6
Views: 2461

There is an environment variable that allows the otherwise illegal situation of all zero bits in a decimal data type.
by ray.wurlod
Thu Dec 27, 2012 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call SP
Replies: 13
Views: 4104

Are you SURE you've created a server job? The term "schema" is not normally used in the context of a server job.

You would use a totally different approach in a parallel job - namely a Row Generator stage.
by ray.wurlod
Wed Dec 26, 2012 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Decimals in RCP Job
Replies: 3
Views: 1152

What is this fetish everyone seems to have with generic jobs for every circumstance?!! :roll: If you need to transform a column you need to name that column. Therefore you will need at least some of the metadata for that job. Using a Modify stage this can be fully parameterised, but it must still be...
by ray.wurlod
Wed Dec 26, 2012 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to create this hierarchial output
Replies: 3
Views: 1247

I don't believe U (one of our posters from Singapore) would care. The second person personal pronoun is spelled "you" and, in its possessive form, "your". DSXchange is not a mobile phone; there is no need to use SMS abbreviations, as there is no practical limit to the number of c...
by ray.wurlod
Wed Dec 26, 2012 11:15 pm
Forum: General
Topic: Job run automatic without any schedule
Replies: 4
Views: 1604

Nor will the schedule show up in Director unless the job was actually scheduled from there. For example, if you are using a third party scheduler, such as AutoSys, then the Director client has no knowledge of this; you must use the third party tool to view the schedule.