Search found 53125 matches

by ray.wurlod
Fri Sep 01, 2006 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading to SQL Server
Replies: 2
Views: 865

Welcome aboard. :D Since you are running on a Windows platform you also have available the SQL Server Enterprise stage. However it is not possible to run parallel jobs on Windows version 7.5.1. You can design them, but you can't run them. You need version 7.5x2 to be able to run them in the parallel...
by ray.wurlod
Fri Sep 01, 2006 9:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Groups and Roles
Replies: 1
Views: 702

dsadm belongs in any group you place it in, and this does not affect its definition as DataStage Administrator. Apart from that DataStage security works by assigning DataStage roles (of which there are three, operator, developer and production manager) to operating system groups. This is done on a ...
by ray.wurlod
Fri Sep 01, 2006 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List of JobNames from a Sequnce
Replies: 11
Views: 4286

I prefer my way of avoiding double quotes! :D
by ray.wurlod
Fri Sep 01, 2006 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Installation
Replies: 13
Views: 4532

Historical Note
Craig uses the word "generally" advisedly, since he is aware that version 3.0 came out before version 2.5.
by ray.wurlod
Fri Sep 01, 2006 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ArraySize and Transaction Size
Replies: 16
Views: 4209

And the 1024 is a typical network packet size.
by ray.wurlod
Fri Sep 01, 2006 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to remove carriage retrun from the last line of a file
Replies: 5
Views: 1178

Why bother? If you are going to process all of this, simply add a constraint early in the job that skips that final empty line. Set your "missing field" properties appropriately.
by ray.wurlod
Fri Sep 01, 2006 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PERFORMANCE_DATA, How to use the generated out put
Replies: 5
Views: 1324

It's used however you want to use it. DataStage merely dumps the data.
by ray.wurlod
Fri Sep 01, 2006 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Installation
Replies: 13
Views: 4532

Whatever answer is posted to that question will become out of date. Check the IBM website for a current answer.
by ray.wurlod
Fri Sep 01, 2006 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Installation
Replies: 13
Views: 4532

For running parallel jobs on Windows, 7.5x2.
by ray.wurlod
Fri Sep 01, 2006 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the same DataSet be loaded by two Parallely running jobs
Replies: 5
Views: 1251

Welcome aboard. :D

A tantalizing question. Like Arnd it's not something I've attempted. Why not try it and let us know your findings?
by ray.wurlod
Fri Sep 01, 2006 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Installation
Replies: 13
Views: 4532

It cheats. When you install 7.5x2 along with everything else it installs MKS Toolkit. It uses this as its UNIX for running osh. However, you still need a C++ compiler to have been installed in order to use the parallel Transformer stage, BuildOp and so on, in this case the Visual Studio compiler.
by ray.wurlod
Fri Sep 01, 2006 3:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Partioner Round Robin not happening
Replies: 5
Views: 1331

:( Unable to reproduce this problem using 7.5.1 on Windows 2003 Server. Round robin partitioning went fine.
by ray.wurlod
Fri Sep 01, 2006 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Macro
Replies: 11
Views: 2034

It's not possible. What I do as standard practice is to place an EQUATE declaration at the beginning of every routine. Equate RoutineName To "MyRoutine" This behaves like the macro you seek. Because it's at the top of the code, it's obviously there needing to be changed when the code is co...
by ray.wurlod
Fri Sep 01, 2006 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archiving processed file with timestamp
Replies: 3
Views: 851

Pass a timestamp in to the job parameter or, if proc_dt is also used elsewhere in the job, provide an additional parameter containing the timestamp and use that as the file name suffix.