Search found 53125 matches
- Thu Dec 20, 2007 7:33 pm
- Forum: General
- Topic: WebSphere MQ Connector Message Deletion
- Replies: 13
- Views: 5665
- Thu Dec 20, 2007 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configurable ETL/ Dynamic Schema Driven ETL
- Replies: 5
- Views: 1985
A configurable ETL engine is an ETL engine that can be configured. DataStage can be configured in a number of different ways, including uvconfig, dsenv, osh configuration file, and so on. It is, therefore, by any reasonable definition, a configurable ETL engine. Some stages allow a schema file to de...
- Thu Dec 20, 2007 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configurable ETL/ Dynamic Schema Driven ETL
- Replies: 5
- Views: 1985
- Thu Dec 20, 2007 3:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join Performance
- Replies: 7
- Views: 1804
- Thu Dec 20, 2007 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replacing '*' with empty string
- Replies: 3
- Views: 1246
Code: Select all
Convert("*", "", InLink.TheColumn)Beware that not all databases (particularly Oracle) like receiving "" and will convert the same to NULL.
- Thu Dec 20, 2007 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load data into SQL server
- Replies: 7
- Views: 3960
I don't have access to enterprise edition at the moment. Does the ODBC Enterprise stage have another write mode? Something like "Write" or "Direct"? Please start a separate thread for the merge failure. This will assist future searchers. Don't forget to supply as much information as possible, in par...
- Thu Dec 20, 2007 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSLinkRowcount
- Replies: 1
- Views: 2780
What is the functionality of DSLinkRowcount...? It reports the number of rows processed on a link. The macro is defined as DSGetLinkInfo(DSJ.ME,DSJ.ME,DSJ.ME,DSJ.LINKROWCOUNT) plz provide the equivalent of DSLinkRowcount macro in parallel..?? There isn't one. You would normally use this macro/funct...
- Thu Dec 20, 2007 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improper data type error in routine
- Replies: 3
- Views: 1177
I don't think that's it, Arnd. The command is a perfectly valid DataStage/SQL statement. Unless you know something about this particular project. In any case, it's the "on-the-fly" testbed program that's throwing the improper data type error, not the routine itself. This is one you will need to repo...
- Thu Dec 20, 2007 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Send email for 0 rows in link
- Replies: 4
- Views: 1615
To use an after-stage subroutine, rather than a before-job subroutine, would make more sense. I would use a separate activity, or even two, in a job sequence to detect the zero row count and to send the email. These would, of course, be executed after the job in question, though possibly in the same...
- Thu Dec 20, 2007 2:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Append timestamp to file name:filename.MMDD.HHMM
- Replies: 6
- Views: 1884
Re: To Append timestamp to file name:filename.MMDD.HHMM
Due to performance issues, we have to avoid using unix-scripting/routine for this purpose. Who said? Ask someone who knows what they're talking about. You ultimately have to execute a single UNIX mv command, irrespective of where you do it. As Craig said, there is no "performance issue". Indeed, th...
- Thu Dec 20, 2007 2:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Job to connect to DB2 on mainframe
- Replies: 7
- Views: 4106
- Thu Dec 20, 2007 2:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed File record Clearance
- Replies: 4
- Views: 1572
Issue both CLEAR.FILE commands adjacently in the Administrator client Command window. Then select both commands from the history pane and click Save. You will be prompted for a name under which to save, I suggest something meaningful like CLEAR_TWO_HASHED_FILES. Then, in your job, execute CLEAR_TWO_...
- Thu Dec 20, 2007 1:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load data into SQL server
- Replies: 7
- Views: 3960
- Thu Dec 20, 2007 1:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job aborting due to memory issue
- Replies: 8
- Views: 2539
- Thu Dec 20, 2007 1:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed File record Clearance
- Replies: 4
- Views: 1572
Use ExecUV as a before-job subroutine. Execute a CLEAR.FILE command to clear all records from the hashed file. Change your Hashed File stages so that they do not delete before writing. If you have created the hashed file in a directory you will need to create a VOC pointer to it using a SETFILE comm...