Search found 53125 matches

by ray.wurlod
Tue Apr 22, 2014 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding zero into input field's data
Replies: 6
Views: 1443

The expression you used will work fine, provided that the target column data type is string (that is, Char or VarChar).
by ray.wurlod
Tue Apr 22, 2014 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique record counter-Hash partitioning before transformer
Replies: 8
Views: 3155

I'd use the ROWNUM or equivalent function in the SQL.
by ray.wurlod
Mon Apr 21, 2014 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the last link of an etl job?
Replies: 10
Views: 4180

(This is probably not helpful.)
The last link in a job is the one that was added last (most recently) to the job design, and is therefore the link with the highest internal link/pin number.
by ray.wurlod
Mon Apr 21, 2014 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Multiple Format Flat File
Replies: 9
Views: 7230

Good question. I'll need to check that.
by ray.wurlod
Mon Apr 21, 2014 2:18 pm
Forum: General
Topic: Installation clarification
Replies: 3
Views: 896

It might also prove difficult finding an operating system version that is compatible with both DataStage releases.
by ray.wurlod
Fri Apr 18, 2014 6:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Multiple Format Flat File
Replies: 9
Views: 7230

Try using Complex Flat File stage as your target.
by ray.wurlod
Fri Apr 18, 2014 6:08 pm
Forum: General
Topic: exporting job designs with executables
Replies: 14
Views: 5421

DataStage executable code actually runs in a virtual machine (the DataStage engine) rather than needing to be linked. The codes you see in the export file are pcode instructions for that virtual machine.
by ray.wurlod
Wed Apr 16, 2014 2:17 am
Forum: General
Topic: Datastage Universe environment clarification
Replies: 1
Views: 1048

There is only incomplete metadata provided for these tables, since the record structure varies for different record types. None of this is documented directly, though you can find some information about the structure in header files in the DSINCLUDE sub-directory. DO NOT open these hashed files with...
by ray.wurlod
Wed Apr 16, 2014 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Target as Lookup
Replies: 2
Views: 1494

That is a perfectly good practice. The output of a passive stage (such as a hashed file stage) is not opened until its input is closed. The contents of Table A are loaded into the hashed file before anything else happens. If you want to be able to look up against changes too, you need to implement a...
by ray.wurlod
Tue Apr 15, 2014 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Job Concepts
Replies: 1
Views: 1579

1. Perhaps they wanted to use some additional filtering, via user-defined SQL? 2. UniVerse is a database product originally created by VMARK Software and on which DataStage was originally built. All UniVerse tables are hashed files, but also have "system table" entries that describe them, ...
by ray.wurlod
Tue Apr 15, 2014 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Troubles reading UTF8 files with DataStage.
Replies: 2
Views: 3937

I suspect your database metadata are defined in terms of bytes rather than characters. Did you import the table definition into DataStage and, if so, what were the imported data types? Try using VarChar(20) to cover all possibilities (some UTF-8 encodings can use a variable number of bytes per chara...
by ray.wurlod
Tue Apr 15, 2014 6:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows: tsort file is not registered
Replies: 5
Views: 2603

Orphaned scratchdisk files are most typically left by aborted jobs. This is one of the reasons I create job designs that do not abort. When a player process aborts, its controlling section leader (or even the conductor process) may attempt to clean up temporary/scratch files. I believe that this is ...
by ray.wurlod
Tue Apr 15, 2014 2:38 pm
Forum: General
Topic: Illegal flavor keyword, IDEAL flavor DataStage assumed
Replies: 2
Views: 1891

From memory the main ones are those where the Pick variant is radically different, namely CREATE.FILE, DELETE.FILE and COPY. One of us would have to check the UniVerse User's Guide to be sure. Changing flavor involves copying entries from the appropriate NEWACC subfile into VOC - you can create an a...
by ray.wurlod
Tue Apr 15, 2014 2:29 pm
Forum:
Topic: How to define functions in Business Glossary?
Replies: 2
Views: 3000

Hmm. Thanks, Ernie. Must get that patch.
by ray.wurlod
Tue Apr 15, 2014 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Scenario?
Replies: 3
Views: 1407

Pivot.
Column Export.