Search found 53125 matches
- Tue Dec 18, 2007 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reg:Data validation using DB2 Load Utility
- Replies: 2
- Views: 1479
- Tue Dec 18, 2007 2:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Macro
- Replies: 2
- Views: 1114
You would need to create a small executable (probably in Visual Basic) that invoked Excel and ran the macro. DataStage itself can only access Excel via ODBC, and there is no mechanism within ODBC for running Excel macros. DataStage can, however, invoke the executable via ExecDOS as a before/after su...
- Tue Dec 18, 2007 2:24 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Reading a text file from profile satge with selected columns
- Replies: 2
- Views: 1987
- Tue Dec 18, 2007 2:20 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: How to view analysis result of a analysed column
- Replies: 1
- Views: 1730
- Tue Dec 18, 2007 5:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi row lookup
- Replies: 2
- Views: 1025
- Tue Dec 18, 2007 5:08 am
- Forum: General
- Topic: DataStage Plug in guide for PX
- Replies: 3
- Views: 1314
- Tue Dec 18, 2007 5:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Simultaneously appending data to same dataset
- Replies: 8
- Views: 3573
- Tue Dec 18, 2007 4:56 am
- Forum: General
- Topic: After Job subroutine, DSGetLinkInfo()
- Replies: 13
- Views: 11429
An after-job subroutine has only a single input argument, containing anything from the Input Value field. You need to parse out the names from the InputArg argument. You can use DSJ.LINKROWCOUNT to get the total rows across all partitions - you don't need to add the separate partitions as in the cod...
- Tue Dec 18, 2007 4:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to implement a loop function
- Replies: 14
- Views: 3974
- Tue Dec 18, 2007 4:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading value of job parameter from a flat file
- Replies: 4
- Views: 929
- Tue Dec 18, 2007 4:25 am
- Forum: General
- Topic: DataStage Plug in guide for PX
- Replies: 3
- Views: 1314
- Tue Dec 18, 2007 4:16 am
- Forum: General
- Topic: IsNumeric function
- Replies: 2
- Views: 4396
- Mon Dec 17, 2007 11:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: copy metadata
- Replies: 5
- Views: 1131
- Mon Dec 17, 2007 11:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to implement a loop function
- Replies: 14
- Views: 3974
The first job in a sequence runs, and processes zero or more rows. In a routine activity you determine, probably via a call to DSGetLinkInfo(), whether the row count was zero or otherwise. A custom trigger on the routine activity then determines whether the second job, which generates the "all zeroe...
- Mon Dec 17, 2007 11:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared Container Mystery
- Replies: 1
- Views: 1307