Search found 53125 matches

by ray.wurlod
Mon Mar 12, 2007 7:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server shared container in parallel job
Replies: 5
Views: 2083

Specifically, Chapter 2 of the Parallel Job Developer's Guide

There are several restrictions on what you can do within the server shared container - read all about them in the manual.
by ray.wurlod
Mon Mar 12, 2007 7:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversation
Replies: 17
Views: 4580

I thought it was talking about those fruits that originate in the Middle East.
:lol:
by ray.wurlod
Mon Mar 12, 2007 6:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in log
Replies: 6
Views: 1727

Parallel jobs reserve filename suffixes ".v", ".ds" and ".fs" for virtual Data Set control files, persistent Data Set control files, and File Set and Lookup File Set control files respectively. It throws this exception if you try to use these suffixes in an inappropriate location or in an inappropri...
by ray.wurlod
Mon Mar 12, 2007 6:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Staging Data In Sequential File
Replies: 11
Views: 2586

Yes.

:lol:
by ray.wurlod
Mon Mar 12, 2007 6:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExecDOS
Replies: 5
Views: 2577

Semi-colon DOES work in DOS. So do most of the pipeline operators, such as &&, !!, >, |, and so on.
by ray.wurlod
Mon Mar 12, 2007 6:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Batch script
Replies: 6
Views: 1266

For example: dsjob -run -wait -param ParamName=Value1 Myproject Myjob.1 dsjob -run -wait -param ParamName=Value2 Myproject Myjob.2 dsjob -run -wait -param ParamName=Value3 Myproject Myjob.3 dsjob -run -wait -param ParamName=Value4 Myproject Myjob.4 dsjob -run -wait -param ParamName=Value5 Myproject ...
by ray.wurlod
Mon Mar 12, 2007 6:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use Stage Variables when datasource is empty
Replies: 6
Views: 1901

Status is a reserved word (it's both the name of a statement and the name of a function).

:idea: It's not good practice to use reserved words as variable or parameter names, in case they change the compiler to enforce the reservedness of these words. It's happened in other languages.
by ray.wurlod
Mon Mar 12, 2007 6:41 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Load Database Metadata
Replies: 3
Views: 3114

Try making a copy of SouthBreeze and adding primary keys. Then try an import from that. I would guess that ProfileStage should be able to import table definitions that lack primary keys, though lacking them will severely hinder some of the later analyses, especially table and cross-table analyses, s...
by ray.wurlod
Mon Mar 12, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bind Variable issues
Replies: 11
Views: 3690

It's unique to Oracle.
by ray.wurlod
Mon Mar 12, 2007 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: manual entry of Job parameters !!!
Replies: 13
Views: 3808

Unfortunately copy/paste of job activities wipes out the parameter expressions in version 7.5. It used to keep them up to version 7.1. :(
by ray.wurlod
Mon Mar 12, 2007 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server to parallel migration
Replies: 3
Views: 1190

The next class begins March 26, 2007.
by ray.wurlod
Mon Mar 12, 2007 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: manual entry of Job parameters !!!
Replies: 13
Views: 3808

Version 8.0 has a neat mechanism called a "parameter set" - you can define a block of related parameters and move them all together (subsequently editing the individual parameters if desired).
by ray.wurlod
Mon Mar 12, 2007 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improving the performance of transformer stage
Replies: 5
Views: 1423

Are you sure the bottleneck is in the Transformer stage, or is this simply a convenient scapegoat? What throughput do you get if you replace the Oracle stage with a Peek stage? What does that reveal to you? What settings are you using in your Oracle stage? What are the settings of the two environmen...
by ray.wurlod
Mon Mar 12, 2007 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File pattern
Replies: 3
Views: 896

A requirement of the File Pattern value is that all files share the same structure. Unless you're reading them as a single VarChar column, it appears that this is not the case in your situation.
by ray.wurlod
Mon Mar 12, 2007 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: load Problem from sequential file
Replies: 14
Views: 5074

Get your DBA to perform a raw export of some of the rows from this table so you can see precisely what's stored in them. Create another DataStage job that selects from the table and writes to a text file. This will help you to establish whether storage is correct and the fault is in the viewer(s), o...