Search found 53125 matches
- Thu Dec 01, 2005 3:21 pm
- Forum: Site/Forum
- Topic: Lose The Graphics?
- Replies: 6
- Views: 3290
- Thu Dec 01, 2005 4:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UtilityMessageToLog error
- Replies: 3
- Views: 2163
Please explain how you called this routine, and from where in your job or routine design. You can examine this routine's code (it's provided as part of the SDK; it's name is UtilityMessageToLog - the all-upper case version is its "catalog" name) and you will note therein that it sets a return value ...
- Thu Dec 01, 2005 4:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to write expression
- Replies: 3
- Views: 1370
- Thu Dec 01, 2005 4:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wrapped stage
- Replies: 12
- Views: 4588
- Thu Dec 01, 2005 4:45 am
- Forum: IBM QualityStage
- Topic: QS Deduplication Job taking 2jrs for 34000 records
- Replies: 13
- Views: 7405
This is where you have to begin being a real detective. Maybe a good first step is to use a before/after subroutine to report who you are, your environment, and so on. If you have MKS Toolkit you can use UNIX commands like id and env to report these factors. Look for differences. Similarly look for ...
- Thu Dec 01, 2005 4:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ascential Certification
- Replies: 9
- Views: 4263
IBM Certified Solutions Developer Websphere IM DataStage Enterprise Edition Test Purpose This test will certify that the successful candidate has the skills and knowledge necessary to professionally design and develop an efficient and scalable DataStage solution to a complex enterprise level busine...
- Thu Dec 01, 2005 4:23 am
- Forum: Site/Forum
- Topic: Lose The Graphics?
- Replies: 6
- Views: 3290
Lose The Graphics?
How about losing the large pictures from the home page - move them to an optionally selected side page? Over the past week I've been using various connection modes, including hotel dialup lines charged by the nanosecond. The time to load the home page (about which there's no choice) was quite costly...
- Thu Dec 01, 2005 2:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wrapped stage
- Replies: 12
- Views: 4588
- Thu Dec 01, 2005 2:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Remove Duplicates from Flatfile?
- Replies: 2
- Views: 1370
You need to define "duplicate". This answer uses "has same key column(s)" as the definition. The UNIX command is sort -u (plus any other command line options needed). Most server job developers use a hashed file to remove duplicates, relying on the fact that any write to a hashed file with the same ...
- Thu Dec 01, 2005 2:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Not Getting Started
- Replies: 5
- Views: 1485
- Thu Dec 01, 2005 2:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to write expression
- Replies: 3
- Views: 1370
- Thu Dec 01, 2005 2:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract field from XML
- Replies: 4
- Views: 1042
- Thu Dec 01, 2005 2:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we get only job status???
- Replies: 31
- Views: 6898
DSJS.JOBSTATUS does not exist. The -1 you're getting is an error code meaning "bad handle", that is you have not attached the job to the current process. DSJ.JOBSTATUS is a DataStage constant, it is one of the possible arguments to DSGetJobInfo(). You can not use this in a job design to achieve your...
- Thu Dec 01, 2005 1:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Size Limit
- Replies: 2
- Views: 1048
Welcome aboard. :D The size can be as large as the operating system will permit in the case of a Sequential File, and very very large (if needed) for a File Set. A File Set is spread over the processing nodes defined in the configuration file and consists of one or more logical files (each no larger...
- Thu Dec 01, 2005 1:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wrapped stage
- Replies: 12
- Views: 4588