Search found 53125 matches

by ray.wurlod
Sat Jul 08, 2006 7:53 am
Forum: Site/Forum
Topic: Video Tech Tip Series - FEEDBACK
Replies: 49
Views: 73519

In case anyone's interested, each hour (or minute) of video requires about 100 hours (or minutes) of preparation and planning. These presentations are thought out, scripted and planned. It takes time and, again, is mainly volunteered time. The premium membership helps to cover some of the actual cos...
by ray.wurlod
Sat Jul 08, 2006 7:50 am
Forum: Site/Forum
Topic: Update the home page
Replies: 7
Views: 3698

DSguru2B wrote:So Texas rules huh?
How many showed up, aproximately ???

Everyone who booked showed up but one had to withdraw early due to the unexpectedly early birth of his child. This news came in at 2:30am on the first day of class.
by ray.wurlod
Sat Jul 08, 2006 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Job selection issue
Replies: 3
Views: 1241

Is the "bad" PC running Windows XP sp2 and, if so, is the DataStage patch for sp2 installed there?
by ray.wurlod
Sat Jul 08, 2006 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error running sequence
Replies: 6
Views: 1567

What exact version of DataStage are you using? Unless it is 7.5x2 you can not expect any success at all. Even that version is not officially supported on Windows XP as the server. Do you have the DataStage patch needed for XP service pack 2?
by ray.wurlod
Sat Jul 08, 2006 6:35 am
Forum:
Topic: Can MetaStage Do All This ???
Replies: 3
Views: 1780

Surely you require an "official" answer from the vendor (IBM)? I doubt that MetaStage out of the box can capture duplicate records or number of rows inserted/updated (it can do link row counts, but this is not necessarily the same thing). Job log information is not captured by MetaStage - it continu...
by ray.wurlod
Fri Jul 07, 2006 10:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_AUDIT retention, schema, and content
Replies: 9
Views: 1779

1. How long is the entries in the DS_AUDIT table retained? How is the retention period configured? Entries in DS_AUDIT are retained for ever unless manually purged. There is no utility provided in DataStage for purging DS_AUDIT. 2. How do I get the DDL/Schema for the DS_AUDIT table? How do I get th...
by ray.wurlod
Fri Jul 07, 2006 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with special characters
Replies: 6
Views: 3334

Can you do the same measurements using ByteLen() rather than Len()?

Comparing the two (ByteLen and Len) will allow you to detect rows where there an apparent problem. Resolving it won't be quite so easy.

Awaiting your ByteLen() values.
by ray.wurlod
Fri Jul 07, 2006 10:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control process pid has failed
Replies: 7
Views: 2528

In future, demand at least 12 hours notice of all unplanned outages. :lol:
by ray.wurlod
Fri Jul 07, 2006 10:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe/Unidata accessing Hash File
Replies: 3
Views: 1262

Hashed files have case-sensitive names. If you've created it in the account, or if you have a VOC pointer to it, you can use the predefined DSN "localuv" to access it in BCI functions. Even more efficient, since a self-referential connection has already been established, is to use system variables @...
by ray.wurlod
Fri Jul 07, 2006 10:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment Variable in Job Control
Replies: 1
Views: 714

Yes, you can use DSExecute() with "DOS" as the shell argument, and echo the value of the environment variable. Trim any @FM characters from the output. For example: Call DSExecute("DOS", "echo %MYENVVAR%", Output, Code) If Code = 0 Then MyEnvVarValue = Trim(Output, @F...
by ray.wurlod
Fri Jul 07, 2006 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC vs Native Informix Stage Performance
Replies: 3
Views: 1559

There is no "Native Informix" or "Informix API" stage as far as I am aware. Do you mean the "Informix Enterprise" stage? Have you performed any comparative measurements? If so, what were your results, and did you balance for effects of cache, etc.?
by ray.wurlod
Fri Jul 07, 2006 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Its very urgent!!Please reply
Replies: 28
Views: 12093

Add 31 days to the date (DateFromDaysSince() function). Extract the month and year components of that date (MonthFromDate() and YearFromDate() functions). Assemble the date of the first of that month (by using 1 as the day number with the derived year and month), assembled as a string. Subtract 1 fr...
by ray.wurlod
Fri Jul 07, 2006 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff between Server and parallel job in case or multiple CPU
Replies: 14
Views: 4351

Without using a partitioned table, you are limited to the speed at which Oracle can deliver rows. For SELECT, the Oracle Enterprise stage can only operate in sequential mode, so that is and will remain your principal bottleneck. Round robin and random are the best algorithms for even distribution of...
by ray.wurlod
Fri Jul 07, 2006 10:00 pm
Forum: Site/Forum
Topic: Update the home page
Replies: 7
Views: 3698

Apart from some minor technical hitches (Texas Fried Server) it went well. All who attended went away with lots to think about, and pleased that they had attended. I never put Vegemite on steak, though I always carry some. Vegemite it best had on bread (plain or toasted, maybe with cheese and/or tom...
by ray.wurlod
Fri Jul 07, 2006 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting the job properties using the sql on file system.
Replies: 2
Views: 696

Welcome aboard. :D

The full structure of the Repository tables is (deliberately, by the vendor) not documented.