Search found 53125 matches
- Fri Dec 22, 2006 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning message
- Replies: 2
- Views: 1403
- Fri Dec 22, 2006 3:32 pm
- Forum: General
- Topic: String Conversion - SqlServer Target ODBC
- Replies: 5
- Views: 2767
- Fri Dec 22, 2006 3:27 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: ade files
- Replies: 11
- Views: 6950
The "ade" part is like the DataStage "signature" - if you execute an ipcs command at UNIX you will encounted a number of shared memory segments whose signatures begin 0xade... Thus the "ade" files for the RTI interface are temporary files needed for storage or communication between processes. Try ls...
- Fri Dec 22, 2006 12:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot view Data from DS Designer
- Replies: 15
- Views: 4666
- Fri Dec 22, 2006 12:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: truncate command in ODBC
- Replies: 27
- Views: 8259
- Fri Dec 22, 2006 12:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort and Aggregation Options
- Replies: 3
- Views: 1135
Or, if there's some reason not to sort by GK4 and GK5 up front (for example you may not have them until you've performed a lookup or join) then Option 2 is definitiely to be preferred - but you MUST preserve the sorting order of GK1 through GK3. Do this with an explicit Sort stage, with GK1 through ...
- Fri Dec 22, 2006 12:27 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Using ProfileStage for testing purposes
- Replies: 1
- Views: 2377
That's not really what ProfileStage does. Profile stage tells you what's out there, in terms of single columns, within-table dependencies and between-table dependences, and can suggest a 3NF schema on those bases. It doesn't really have any comparison facilities. QualityStage is a better tool for pe...
- Thu Dec 21, 2006 7:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer Constraint and Rejects
- Replies: 8
- Views: 4430
- Thu Dec 21, 2006 7:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformation
- Replies: 20
- Views: 4458
- Thu Dec 21, 2006 7:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare two dates including timestamps
- Replies: 6
- Views: 1351
Or, even simpler,
Or, even simpler than that,
Code: Select all
Not('2006-12-21 18:02:45' = '2006-12-21 18:02:46')Or, even simpler than that,
Code: Select all
'2006-12-21 18:02:45' <> '2006-12-21 18:02:46' - Thu Dec 21, 2006 7:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding check points
- Replies: 5
- Views: 985
What did you learn when you effected a Search for this question? This question has definitely been answered before.
- Thu Dec 21, 2006 7:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding command line utility
- Replies: 30
- Views: 6046
LIST.ITEM (and SORT.ITEM) omit any fields that are not populated. I advise not trying to use these commands, as they will show you values for which no metadata exists, and there is no way we will be wasting time describing to you the up to 316 fields that might occur in a DS_JOBOBJECTS record. Parti...
- Thu Dec 21, 2006 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding command line utility
- Replies: 30
- Views: 6046
- Thu Dec 21, 2006 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding command line utility
- Replies: 30
- Views: 6046
How about you tell your team lead that the answer is "no"? After all, SQL can not be executed directly from the command line, and the table definition of DS_JOBOBJECTS is made deliberately incomplete by the vendor. But you might like to use the -report option with the dsjob command. dsjob -report [-...
- Thu Dec 21, 2006 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformation
- Replies: 20
- Views: 4458