Search found 53125 matches
- Fri Aug 27, 2004 5:26 pm
- Forum: Enhancement Wish List
- Topic: Change Analysis facility
- Replies: 3
- Views: 2211
- Fri Aug 27, 2004 3:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Link Collector Issue
- Replies: 3
- Views: 1060
- Fri Aug 27, 2004 3:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: cannot insert null
- Replies: 7
- Views: 1393
Is the source from which you're reading, or the source from which you're loading the hashed file, a Sequential File? Also, when you fail to find the key in a reference lookup, documented DataStage behaviour is to return NULL for all columns on the reference input link; if you don't check for this, y...
- Fri Aug 27, 2004 3:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: List DataStage metadata DS_METADATA
- Replies: 7
- Views: 1462
I DID say roughly! Most operators and functions have equivalents for handling multi-valued data, in most cases formed by appending "S" to the single-valued name. For example LEN becomes LENS, FIELD becomes FIELDS, NE becomes NES, OCONV becomes OCONVS and so on. Single-valued constants quantities may...
- Fri Aug 27, 2004 3:06 am
- Forum: General
- Topic: KeyMgmt Function
- Replies: 21
- Views: 10200
Yes. Many. All have the effect of opening the SDKSequences file, locking the appropriate record for update, reading that record (optional), writing the reset value, releasing the lock, and closing the file. Optionally you can build all of that into a transaction. Is this not exactly what the SDK rou...
- Thu Aug 26, 2004 7:56 pm
- Forum: Site/Forum
- Topic: New Layout of Site
- Replies: 2
- Views: 2509
New Layout of Site
I like it! Let's hope that everyone reads the new category names and blurbs about what belongs where, and complies. Time for a NewsLetter to announce the new layout, and to encourage folk to choose the right forum. Maybe (at least for a time) add "formerly" to the DataStage forum titles, for example...
- Thu Aug 26, 2004 7:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running server jobs in parallel using Sequence Job
- Replies: 1
- Views: 943
If you're running version 7.1 or later, there are compilation checkboxes in the Job Sequence that effect exactly this functionality. On re-run, those jobs that completed successfully last time are skipped (with a log entry indicating that they've been skipped). In earlier releases, you're up for a D...
- Thu Aug 26, 2004 7:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: List DataStage metadata DS_METADATA
- Replies: 7
- Views: 1462
- Thu Aug 26, 2004 7:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Other clauses box is grayed out
- Replies: 11
- Views: 1302
Currently, only the ODBC and UV stages support multi-row returns from reference lookups. Read the on-line help topic Defining Multirow Lookup for Reference Inputs . --> Thanks for ur input Ray.. I know that only Universe and ODBC stages return multiple rows.. but I just want to return a single valu...
- Thu Aug 26, 2004 7:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Permission Denied while executing DSSendMail
- Replies: 21
- Views: 6397
- Thu Aug 26, 2004 5:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Add month to a given date
- Replies: 4
- Views: 1840
- Thu Aug 26, 2004 5:17 pm
- Forum: General
- Topic: KeyMgmt Function
- Replies: 21
- Views: 10200
As well as specifying the location of data in the hashed file, the file dictionary specifies display format. One aspect of display format is a default column heading. This does not have to be the same as the column name. That's what's happening here. Field names in file dictionaries are specified in...
- Thu Aug 26, 2004 5:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Other clauses box is grayed out
- Replies: 11
- Views: 1302
Ray, "The assumption is that, in a reference lookup, you're retrieving one row, so that GROUP BY, HAVING and ORDER BY are irrelevant." --> Consider this query select max(colA),colB from table A where colB=<some value> If I have to put this query in the reference table I need a group by on colB - th...
- Thu Aug 26, 2004 5:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Other clauses box is grayed out
- Replies: 11
- Views: 1302
- Thu Aug 26, 2004 5:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to access data from UV on remote server
- Replies: 11
- Views: 2802