Search found 53125 matches
- Thu Feb 15, 2007 1:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to suppress a warning
- Replies: 3
- Views: 1354
- Thu Feb 15, 2007 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs called by a sequence
- Replies: 7
- Views: 2366
- Thu Feb 15, 2007 1:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: EXPRESS LIKE or NOT LIKE EXPRESSION
- Replies: 3
- Views: 1379
Pattern matching in server jobs uses neither SQL wildcards, which your examples use, nor regular expressions. Instead they have their own idiosyncratic patterns, which you can read about in the DataStage BASIC manual. To get you started, the "any" wildcard is either "0X" or "..." and the single char...
- Thu Feb 15, 2007 1:29 pm
- Forum: General
- Topic: Common English Errors
- Replies: 3
- Views: 1338
- Thu Feb 15, 2007 1:24 pm
- Forum: General
- Topic: HashFileLookup
- Replies: 12
- Views: 5001
- Thu Feb 15, 2007 4:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSGetProjectInfo(DSJ.HOSTNAME) returns wrong/old servername
- Replies: 7
- Views: 2872
I don't think hostname is stored at the project level; only at the server level (unless you count the project's record in UV.ACCOUNT and UV_SCHEMA as being at the project level). You can always retrieve the hostname using the operating system hostname command, probably via a call to DSExecute subrou...
- Thu Feb 15, 2007 4:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failed to connect to host:Project: UV (Internal Error(39202)
- Replies: 6
- Views: 5147
The error message suggests that some or all of the SYS.MESSAGE hashed file has been trashed, perhaps via a file unit management error. Can you please execute the following commands, either within the DataStage environment on the server or from the Administrator client command window and post the res...
- Thu Feb 15, 2007 12:30 am
- Forum: General
- Topic: Common English Errors
- Replies: 3
- Views: 1338
Common English Errors
A friend, knowing my interests in such things, sent me this URL today. I felt that I should share it.
- Thu Feb 15, 2007 12:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem in transversing the file
- Replies: 13
- Views: 3295
Code: Select all
Call DSExecute("UNIX", "echo $MyVariable", Result, ExitStatus)- Thu Feb 15, 2007 12:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between two numbers
- Replies: 6
- Views: 1308
You've only answered some of the questions I asked in an endeavour to diagnose what's happening. Please post the actual SELECT statement, and the results when the output from this query is directed into a text file. At least for a few rows. And post the precision and scale of the decimal data types....
- Wed Feb 14, 2007 10:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between two numbers
- Replies: 6
- Views: 1308
There's no Trunc() function in DataStage BASIC. What is the source? What is the query that extracts data? Capture exactly what's coming from source, into a text file. Verify that the expected values are being delivered. Check the precision and scale of all the decimal numbers. What are the data type...
- Wed Feb 14, 2007 8:23 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: RTI Error in PX
- Replies: 8
- Views: 5577
Although this tutorial is about integrating WebSphere Federation Server with DataStage, it uses RTI to do so and therefore may help you to compare your approach with the one they used. In particular, Section 3 is specifically about how to configure DataStage RTI to run the DataStage jobs as web serv...
- Wed Feb 14, 2007 6:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running job in MI
- Replies: 9
- Views: 2015
- Wed Feb 14, 2007 6:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing Data into CICS (Mainframe)
- Replies: 3
- Views: 1246
- Wed Feb 14, 2007 6:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RANDOM SURROGATE KEY
- Replies: 7
- Views: 3932