Search found 53125 matches
- Wed Jan 18, 2006 11:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to openup Job Activity Property
- Replies: 21
- Views: 5869
- Wed Jan 18, 2006 11:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Little endian Datatype
- Replies: 3
- Views: 1119
These are not data types. They refer to the order in which pairs of bytes are stored/processed. More than anything this is a function of what kind of CPU chip is in use - over-simply Intel or otherwise. DataStage is automatically aware, because of the platform on which it is installed, of the correc...
- Wed Jan 18, 2006 11:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Weird Problem
- Replies: 7
- Views: 1564
No. Source code for DSD.StageRun is an IBM proprietary secret. It is the subroutine that invokes a server job Transformer stage. Your support provider will be able to ask the question, and someone in IBM can look at the source code, but you'll not be permitted to do so. In Appendix E of Administerin...
- Wed Jan 18, 2006 10:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Terrible Performance due to log file
- Replies: 25
- Views: 8432
Yes. Do an all terms search for archive and log. This is one of the posts you will find.
- Wed Jan 18, 2006 10:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: storing Date(YYYY-MM-DD) in Hashed File
- Replies: 3
- Views: 971
If you're reading YYYY-MM-DD as a VarChar from a sequential file and loading it into a hashed file as VarChar, there is NO WAY it can be converted into internal format. Does your job look like this? SeqFile ------> HashedFile ------> ODBC I've been seeing a number of developers lately interposing ha...
- Wed Jan 18, 2006 10:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reporting Assistant: literal does not match format string
- Replies: 6
- Views: 3433
- Wed Jan 18, 2006 6:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Throw warning from DS Server custom Routine
- Replies: 7
- Views: 1526
Code: Select all
Call DSLogWarn(Message_Text, Routine_Name)Refer to on-line help for full details.
- Wed Jan 18, 2006 6:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: storing Date(YYYY-MM-DD) in Hashed File
- Replies: 3
- Views: 971
- Wed Jan 18, 2006 6:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Making projects "Read only"
- Replies: 7
- Views: 1566
- Wed Jan 18, 2006 3:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple record structure flat file
- Replies: 16
- Views: 7659
- Wed Jan 18, 2006 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd Problem with Shared Container
- Replies: 6
- Views: 1871
- Wed Jan 18, 2006 3:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage with excel file
- Replies: 2
- Views: 917
- Wed Jan 18, 2006 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reconciliation of source data and target data
- Replies: 13
- Views: 7536
You would use EVAL rather than WHEN construct but otherwise UniVerse SQL can do that kind of query. Indexing the constraining columns would help, as it would in any database. It would be more efficient in UniVerse to use Select Lists on which you can perform in-memory set operations (UNION, INTERSEC...
- Wed Jan 18, 2006 3:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error - Viewing Sequential File
- Replies: 4
- Views: 1920
- Wed Jan 18, 2006 3:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auditing
- Replies: 3
- Views: 989
I heard that every job is stored as an .XML in server and we can audit the data using this .XML file. You have been misinformed. Every job is stored as a number of objects in (Repository) database records on the server. Changes to most of these objects are recorded by DataStage automatically, with ...