Search found 53125 matches

by ray.wurlod
Mon Mar 23, 2009 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring a computer to be a processing node for MPP (Wind
Replies: 7
Views: 2061

An SMP configuration has the same fastname for all nodes mentioned in the configuration file. Provided that the default configuration file has two or more nodes it will be good for training in parallel jobs.
by ray.wurlod
Mon Mar 23, 2009 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Dynamic RDBMS, ODBC and OCI Loader
Replies: 7
Views: 6943

Dynamic RDBMS stage is nothing more than a wrapper - the DBMS type determines whether an ODBC driver, an OCI function, a Sybase OC function, etc., gets called. It will never be faster than the equivalent native interface because it is nothing more than an additional layer of software. But it's more ...
by ray.wurlod
Mon Mar 23, 2009 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contains Terminators option to handle newlines in Sequential
Replies: 9
Views: 3672

None of which I am aware. Others may educate us.
by ray.wurlod
Mon Mar 23, 2009 12:24 am
Forum: General
Topic: Lookup data in hashed file using a routine?
Replies: 4
Views: 1379

It would never be the ...SEQ statements. These are for accessing text files (etc.) in a sequential fashion. Read using the hashing algorithm uses READ statement. The hashed file needs to have been opened with OPEN or OPENPATH and closed (if required) with CLOSE. For better performance, though, open ...
by ray.wurlod
Sun Mar 22, 2009 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 8.0.1 Installation of several Ds on the same Unix server
Replies: 1
Views: 959

IBM documentation (somewhere, I can't recall where) specifies that at most one DataStage server version 8.0 can be installed on any one machine. It can be co-resident with an earlier version server, however, if the latter is an -itag install - that is, does not use default shared memory keys.
by ray.wurlod
Sat Mar 21, 2009 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contains Terminators option to handle newlines in Sequential
Replies: 9
Views: 3672

You could always use a server Sequential File stage in a server shared container in your parallel job.
by ray.wurlod
Sat Mar 21, 2009 1:36 pm
Forum: Site/Forum
Topic: Premium Membership
Replies: 17
Views: 15191

Look in the Editor's Blog forum.
by ray.wurlod
Sat Mar 21, 2009 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Repository
Replies: 5
Views: 1552

Let me explain. He's from Barcelona.
:lol:
by ray.wurlod
Fri Mar 20, 2009 9:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job gets hung
Replies: 2
Views: 1481

Does each ODBC Enterprise stage refer to a separate table?
by ray.wurlod
Fri Mar 20, 2009 9:13 pm
Forum: General
Topic: Best practice to test BASIC code?
Replies: 5
Views: 1929

Although the DataStage BASIC compiler does its work as an operating system command (nbasic), this command is undocumented, and there is no way to run that code at the operating system level - it is designed to run inside the DataStage run machine (think of that as a "virtual machine" if yo...
by ray.wurlod
Fri Mar 20, 2009 4:35 pm
Forum: IBM QualityStage
Topic: QS Job - Standardize Stage with a Transformer Stage
Replies: 4
Views: 6501

My guess would be some or all of the environment variables in the Compiler group.
by ray.wurlod
Fri Mar 20, 2009 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with TimeStamp data
Replies: 4
Views: 5625

Ought not the output column length be 19 if you're not converting fractional seconds?
by ray.wurlod
Fri Mar 20, 2009 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring a computer to be a processing node for MPP (Wind
Replies: 7
Views: 2061

I take it that this single-CPU server can deliver an infinite amount of processing, memory and disk I/O resources?
by ray.wurlod
Fri Mar 20, 2009 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contains Terminators option to handle newlines in Sequential
Replies: 9
Views: 3672

Are the strings in which the newline characters appear quoted?
by ray.wurlod
Fri Mar 20, 2009 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get Exclusive Access to Job to Compile it
Replies: 8
Views: 23884

This problem can be caused simply by having the log view for the job open in Director.

Log view sets a lock that prevents the job from being changed while the log is being viewed - a reasonable precaution, if you think about it.