Search found 53125 matches

by ray.wurlod
Thu Sep 04, 2003 2:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bad XML exported?
Replies: 2
Views: 1242

Isn't &#x1B; the correct way in HTML to represent Char(27) (Esc?).

The # indicates that what's following is a character number (ASCII code, if you will), and the x indicates that the number is in hexadecimal format.
by ray.wurlod
Thu Sep 04, 2003 1:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage, Universe and TCL (2)
Replies: 26
Views: 5108

In answer to Kim's question, there are no invocation IDs "out there" until run time (or schedule time), when the invocation ID is provided. Yes, there is a field in one of the RT_CONFIGnn records that notes the invocation ID, and in the log event record as well. Were I to reveal details (which I hav...
by ray.wurlod
Wed Sep 03, 2003 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hmmmm...SQL Logic?
Replies: 2
Views: 762

Your instructor was correct in saying that you can execute SQL in a routine. However, that is not the entire story, as Kim suggests. You can execute SQL against DataStage tables (including hashed files) via a call to DSExecute. You can execute SQL through an ODBC driver via the BCI functions. You ca...
by ray.wurlod
Wed Sep 03, 2003 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage, Universe and TCL (2)
Replies: 26
Views: 5108

This is multiple instances of server jobs, not PX. There is nothing in the design-time information (the DS_... tables) except an indicator that the job is multi-instance capable. The only location where the multi-instance capability has an impact in the repository is in the run-time tables (the RT_....
by ray.wurlod
Wed Sep 03, 2003 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage client startup
Replies: 6
Views: 1339

The dsenv file is read by every DataStage process.
It is a shell script.
You can add to it anything you need.

In version 6.0 and later of DataStage you can initialize job parameters with the values of environment variables.

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
by ray.wurlod
Wed Sep 03, 2003 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bug fixes
Replies: 2
Views: 705

The readme file that ships with DataStage usually contains a list of things ("known problems") fixed in the current release.

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
by ray.wurlod
Wed Sep 03, 2003 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to generate an alphanumeric seq
Replies: 5
Views: 1308

That smacks severely of non-standard custom programming to me. It's the kind of thing we consultants do (in exchange for money). If you'd like me to quote, please respond via private message. [^]

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
by ray.wurlod
Wed Sep 03, 2003 1:17 am
Forum: General
Topic: DataStage, Universe and TCL
Replies: 14
Views: 7612

I sometimes get asked this question when running DataStage training. Open the doc_tool.mdb with MS Access (bypassing the startup macro, for example by holding the Shift key when opening it), and get it to analyze the relationships between entities in a normalized version of the repository database. ...
by ray.wurlod
Wed Sep 03, 2003 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access Mainframes....
Replies: 3
Views: 753

No. DataStage 390 does not give you any access to data on the mainframe, nor does it give any access to metadata on the mainframe. There is therefore no Browse capability. Metadata must be captured into a COBOL file definition (CFD) file or into a DCLGen file if from DB2/390. This file is then moved...
by ray.wurlod
Wed Sep 03, 2003 1:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to extract from cobol file
Replies: 2
Views: 616

When you create a mainframe job using DS390, instead of compiling you generate one COBOL program and two JCL scripts. This occurs on your DataStage Designer client, on the client machine. A job property specifies the location of the files. From the Generate window you can view any of these and copy/...
by ray.wurlod
Tue Sep 02, 2003 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error
Replies: 4
Views: 1073

... and I've been in paid employment [:D] Variables with names of this form ($nn) are the temporary variables that DataStage BASIC uses to store intermediate results in expression calculation. This is occurring in a Transformer stage called TRANS1 in your job. The source code can be viewed in a sub-...
by ray.wurlod
Sat Aug 30, 2003 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optimistic job description
Replies: 5
Views: 933

Irony, Kim. [;)]

IIRC the shortest-lived release was 2.0, followed three weeks later by 2.1 to fix the bits they'd broken.

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
by ray.wurlod
Sat Aug 30, 2003 4:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More about Phantoms
Replies: 9
Views: 1214

"Phantom" simply means "background process" (see earlier), so you shouldn't be concerned about it. These processes redirect their output to a file in a sub-directory called &PH& in the project directory. DataStage internally, and therefore some posters to this forum, refer to &PH& as a "Type 19 file...
by ray.wurlod
Sat Aug 30, 2003 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optimistic job description
Replies: 5
Views: 933

In 1999 there was an ad seeking someone with five years' DataStage experience. Version 1.0 was 1997; we remember it fondly.

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
by ray.wurlod
Sat Aug 30, 2003 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job Remote Invocation
Replies: 5
Views: 1735

Curiously, perhaps, dsjob began life as the demonstration of how to use the DataStage API! Full source for dsjob (in C) is in the Server Job Developer's Guide.

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518