Search found 53125 matches
- Sun Dec 30, 2007 2:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue on running sqlldr while using rsh
- Replies: 5
- Views: 1756
Not "should", if you want correct results, but "must" use a key-based partitioning algorithm. Note also that the Join stage requires that its inputs be sorted by the join key(s). If both data sets are in the same database instance you may be better off performing the join there, where it may be able...
- Sun Dec 30, 2007 2:05 pm
- Forum: General
- Topic: New Year Wishes
- Replies: 15
- Views: 4319
- Sat Dec 29, 2007 1:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD stage compilation error
- Replies: 5
- Views: 1276
- Sat Dec 29, 2007 1:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange problem while doing Update then Insert
- Replies: 7
- Views: 2857
- Sat Dec 29, 2007 1:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing parameter to uvsh select query in shell script
- Replies: 5
- Views: 3597
Your unavoidale problem is the single quotes. They are required in SQL to encase a string value, yet they have the effect (as "hard quotes") of suppressing shell expansion of things like environment variables. One solution would be to use DataStage's non-SQL query language RetrieVe which is not so f...
- Sat Dec 29, 2007 1:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: write data with different number of columns to a single file
- Replies: 2
- Views: 1044
- Sat Dec 29, 2007 1:11 pm
- Forum: General
- Topic: run time column propogation
- Replies: 2
- Views: 1074
- Sat Dec 29, 2007 12:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading XML file.
- Replies: 12
- Views: 3365
Standards Note U is a Burmese name (indeed, one of the posters here has that name), wat is a Buddhist temple, and wud isn't anything. Nor is gng. Please endeavour to use a professional standard of English on DSXchange. It makes things easier for those whose first language is not English. Metadata i...
- Sat Dec 29, 2007 12:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to check about the valid format of the timestamp ??
- Replies: 5
- Views: 2192
- Fri Dec 28, 2007 9:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to check about the valid format of the timestamp ??
- Replies: 5
- Views: 2192
Since your timestamp is not in default format you need to get it into default format for IsValid(). If it's already a timestamp data type you can do this with TimestampToString(), which takes a format argument. Otherwise you need to nest a StringToTimestamp() function with the format string that des...
- Fri Dec 28, 2007 5:00 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Converting to Real Time
- Replies: 4
- Views: 2973
Almost certainly but you will need to give some thought as to your model - do you need an "always running" job or one that starts based on some trigger such as the arrival of data. How many instances of the job would be needed to accommodate the maximum expected data throughput? Have you purchased S...
- Fri Dec 28, 2007 2:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ulimit -a shows different with the same id
- Replies: 17
- Views: 8698
- Fri Dec 28, 2007 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Access repository information
- Replies: 2
- Views: 1347
- Fri Dec 28, 2007 3:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MS SQL Server Load stage
- Replies: 7
- Views: 2759