Search found 53125 matches

by ray.wurlod
Fri Apr 16, 2010 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sting to time conversion
Replies: 13
Views: 3414

You have not specified either a default time format or an explicit time format. Do either or both of these things.
by ray.wurlod
Fri Apr 16, 2010 1:45 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can IA's output be a user-defined table?
Replies: 5
Views: 2323

:idea:
Of course, your users could access the files using an ODBC driver for text files and never know that the results were other than in tables!
by ray.wurlod
Fri Apr 16, 2010 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset write Failure
Replies: 10
Views: 9452

Space: the final frontier.

:lol:
by ray.wurlod
Fri Apr 16, 2010 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Learning Datastage Adminstration?
Replies: 2
Views: 1155

There probably are, but there's not much sense in naming one that is on a different continent from where you are. You can change your profile to include your location.
by ray.wurlod
Thu Apr 15, 2010 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Large String in datastage
Replies: 5
Views: 4259

If I recall correctly, the default limit is 400 columns or 8000 bytes, whichever comes first.
by ray.wurlod
Thu Apr 15, 2010 10:38 pm
Forum: General
Topic: Export Projects from Crashed DataStage and QualityStage 8.1
Replies: 7
Views: 5291

As a short term fix, would it be possible to switch WAS back to using internal registry or operating system registry and perform the export as dsadm (while awaiting the repair to WAS)?
by ray.wurlod
Thu Apr 15, 2010 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Large String in datastage
Replies: 5
Views: 4259

By default there is an upper limit on the number of columns and on the number of bytes per row that can be returned through ODBC.

These values can be altered either globally or for a particular DSN in the uvodbc.config file, using MAXFETCHBUFF and MAXFETCHCOLS parameters.
by ray.wurlod
Thu Apr 15, 2010 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing deleted hashed records count
Replies: 4
Views: 1835

DataStage/SQL does report N records deleted when a DELETE statement is executed interactively. Does not this report appear in the job log? It is not possible to take a count of the records that "will be" deleted without counting beforehand. DataStage ("UniVerse") tables are relat...
by ray.wurlod
Thu Apr 15, 2010 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with the code
Replies: 8
Views: 2058

Actually you could do it with one uint8 stage variable whose initial value is not 100.

Code: Select all

svValue  <--  If svValue <> 100 Then 100 Else 200
by ray.wurlod
Thu Apr 15, 2010 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with the code
Replies: 8
Views: 2058

I think you mean "alternating" rather than "simultaneous". If the Transformer stage is operating in Sequential mode, then all you need are two stage variables, one to remember the previous row and the other to toggle the value. Once you get to parallel operation you have to answe...
by ray.wurlod
Thu Apr 15, 2010 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture changes at file level
Replies: 7
Views: 3119

Set the Change Mode property to Explicit Keys, All Values

Use a Difference stage with All non-Key Columns are Values or a Compare stage (depending precisely on the form of output you need)
by ray.wurlod
Thu Apr 15, 2010 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find what is installed
Replies: 3
Views: 2119

There should be a file called patchlist on the server - from memory it's in the DSEngine directory.
by ray.wurlod
Thu Apr 15, 2010 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: incremental date
Replies: 3
Views: 1620

Wherever you like. Store the current date somewhere. Next month read it from there, add one month, store that date and use it as "current". A routine activity is probably easiest.
by ray.wurlod
Thu Apr 15, 2010 2:20 pm
Forum: General
Topic: Export Projects from Crashed DataStage and QualityStage 8.1
Replies: 7
Views: 5291

Not really, because there is some information stored in XMETA that is also required. There is no tool that can create an export file without the services running. Perhaps there should be, but there isn't. It would be possible - but a lot of work - to create one.
by ray.wurlod
Thu Apr 15, 2010 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information Server Manager
Replies: 2
Views: 1274

The tool to use is not Information Server Manager but, rather, DataStage and QualityStage Designer. Within Designer open the Repository toolbar, select the component or folder in which you are interested, then slide out the details window (the right arrow on the right-hand side of the Repository too...