Isn't  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.
Search found 53125 matches
- Thu Sep 04, 2003 2:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bad XML exported?
- Replies: 2
- Views: 1242
- 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...
- 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...
- 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_....
- Wed Sep 03, 2003 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage client startup
- Replies: 6
- Views: 1339
- Wed Sep 03, 2003 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bug fixes
- Replies: 2
- Views: 705
- 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
- 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. ...
- 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...
- 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/...
- 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-...
- Sat Aug 30, 2003 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Optimistic job description
- Replies: 5
- Views: 933
- 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...
- Sat Aug 30, 2003 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Optimistic job description
- Replies: 5
- Views: 933
- Sat Aug 30, 2003 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Job Remote Invocation
- Replies: 5
- Views: 1735