Search found 53125 matches

by ray.wurlod
Sun Jan 07, 2007 10:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Misaligned Records after reading Mainframe File
Replies: 27
Views: 8045

chulett wrote:There are weeks when you don't wear your DataStage hat? :shock: [/boggle] Say it ain't so!


I also have UniVerse and Red Brick hats. See my web site.
by ray.wurlod
Sun Jan 07, 2007 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create a table ONLY if this table does not exist?
Replies: 13
Views: 5070

Re: how to create a table ONLY if this table does not exist?

I am trying to do an input DataStage job like that: 1. ONLY If the table does not exist, create it. 2. If the table exists already, insert rows without clearing. I know DataStage allows developer to input create table DDL and drop tables, but if I put the create table DDL there, the create DLL will...
by ray.wurlod
Sun Jan 07, 2007 9:50 pm
Forum: Data Integration
Topic: What is a typical size of DataWarehouse and Data Marts?
Replies: 15
Views: 31136

Once you've done all those calculations, add 42% as a safety margin. Document it as a safety margin. When challenged, mutter something about the "ultimate answer (to life, the universe, and everything)".
by ray.wurlod
Sun Jan 07, 2007 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create a table ONLY if this table does not exist?
Replies: 13
Views: 5070

Of course you can do it with DataStage componentry! Use a job sequence. Job #1 performs a lightweight SELECT from the table. Job #1 may abort if the table does not exist. Use a failure trigger to run another job that creates the table (perhaps even inserting zero rows into it, any maybe issuing an a...
by ray.wurlod
Sun Jan 07, 2007 9:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Misaligned Records after reading Mainframe File
Replies: 27
Views: 8045

Not wearing my DataStage hat this week. Maybe someone else can contribute in the meantime.
by ray.wurlod
Sun Jan 07, 2007 4:53 pm
Forum: Data Integration
Topic: What is a typical size of DataWarehouse and Data Marts?
Replies: 15
Views: 31136

... of course, I meant DWH Architects, not DH Architects! :oops:
by ray.wurlod
Sun Jan 07, 2007 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Misaligned Records after reading Mainframe File
Replies: 27
Views: 8045

I presume the numeric piece is width (number of character positions within the file), but what do "AN", "BI", "NUM" and "P" mean?

This is a highly unconventional representation.
by ray.wurlod
Sun Jan 07, 2007 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Misaligned Records after reading Mainframe File
Replies: 27
Views: 8045

Manually, OK, but from where?!!

Somewhere there exists documentation, almost certainly in COBOL FD format, of what the COBOL program works with.
by ray.wurlod
Sun Jan 07, 2007 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage Configuration
Replies: 9
Views: 2189

Basically, SELECT privilege from the system table is required so that the Oracle Enterprise stage can verify that the partitioning/parallelism information is in accord with what exists in Oracle, and can check that the executing user has appropriate privileges (INSERT, UPDATE, etc.) on the target ta...
by ray.wurlod
Sun Jan 07, 2007 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Misaligned Records after reading Mainframe File
Replies: 27
Views: 8045

I would expect, given that it's mainframe data, that you can get the COBOL FD from them - and you (or someone else) would probably have imported the table definitions into DataStage Repository from it.
by ray.wurlod
Sun Jan 07, 2007 2:40 pm
Forum: General
Topic: production and development environment
Replies: 5
Views: 2612

A good topic to research would be Software Development Life Cycle - more on Google, etc., than here. The general rule is that, by the time things are in production, they've been fully tested and do not change there. If changes are needed, those changes are wrought in a development environment where ...
by ray.wurlod
Sun Jan 07, 2007 2:36 pm
Forum: Data Integration
Topic: What is a typical size of DataWarehouse and Data Marts?
Replies: 15
Views: 31136

DH Architects are, in my experience, governed by consultation with Business Analysts who prepare target-from-source mapping specifications which, along with row counts from source, allows the size of the target to be estimated. But there's no way I'm going to put a figure on it, which your original ...
by ray.wurlod
Sun Jan 07, 2007 12:07 am
Forum: Data Integration
Topic: What is a typical size of DataWarehouse and Data Marts?
Replies: 15
Views: 31136

Welcome aboard. :D Your question is in the "how long is a piece of string?" category. The only valid answer is something like "big enough, and growing over time". I have worked with star schemas as small as a few Megabytes and as large as a few Petabytes. It's all driven by the business needs of the...
by ray.wurlod
Fri Jan 05, 2007 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we merge Different Tables and write to sequential
Replies: 8
Views: 1788

It's NOT "the full details". You have not told us on what basis the rows are to be combined. It is as simple as the first with the first and append "B4121 1 221" to all of them?
by ray.wurlod
Fri Jan 05, 2007 9:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Knowing the job creator
Replies: 7
Views: 1443

Checking the Omit check box manages your authentication by passing the Windows SID with which you are logged in to the client to the other machine (the DataStage server). Therefore, one would assume, that user ID will be the owner of any job created in such a connection.

Try it. Let us know.