Search found 53125 matches
- Tue Dec 19, 2006 5:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replacing an empty value in the datastage
- Replies: 24
- Views: 11405
- Tue Dec 19, 2006 5:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TimeStamp Difference
- Replies: 11
- Views: 4021
- Tue Dec 19, 2006 5:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: handle rejections
- Replies: 2
- Views: 829
- Tue Dec 19, 2006 5:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: using hashfile
- Replies: 10
- Views: 2829
The pathname that you give must be the pathname of an existing directory (folder). You must have permission to write into this directory. In particular, you do not give the pathname of the hashed file on the Stage tab, only that of the parent directory in which the hashed file is to be created. The ...
- Tue Dec 19, 2006 5:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Comma or decimal point
- Replies: 6
- Views: 2002
If you have NLS enabled for DataStage, do the following in the Transformer stage. Use ExecUV as a before-stage subroutine to execute the command SET.LOCALE NUMERIC FR-FRENCH Use ExecUV as an after-stage subroutine to execute the command RESTORE.LOCALE Then DataStage will automatically recognize the ...
- Tue Dec 19, 2006 5:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Function From STP stage
- Replies: 6
- Views: 1545
A function is not the same things as a stored procedure. The only way you have to use a Stored Procedure stage to invoke a function is to create a stored procedure which in turn calls the function. Unnecessary overhead. Your time would be better spent diagnosing why the function does not seem to wor...
- Tue Dec 19, 2006 5:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: COBOL COPY BOOK
- Replies: 16
- Views: 3412
- Tue Dec 19, 2006 5:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call job each 30 minutes
- Replies: 16
- Views: 4298
- Tue Dec 19, 2006 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RE: Date column in DB2
- Replies: 16
- Views: 3770
- Tue Dec 19, 2006 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: using hashfile
- Replies: 1
- Views: 839
Duplicate post. Please respond to other post.
- Tue Dec 19, 2006 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: using hashfile
- Replies: 10
- Views: 2829
There is no such thing as a hashfile. A hashed file is a database table in its own right. A Hashed File stage can connect to a hashed file. It can not connect to anything else. You connect an Oracle OCI stage or an ODBC stage to Oracle. If you need to populate a hashed file from Oracle, create a Dat...
- Tue Dec 19, 2006 2:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replacing an empty value in the datastage
- Replies: 24
- Views: 11405
- Tue Dec 19, 2006 2:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change capture not taking input from "before" link
- Replies: 17
- Views: 6184
- Tue Dec 19, 2006 2:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_CombinedOperatorController(1),7: U_TRUNCATED_CHAR_FOUND
- Replies: 9
- Views: 11460
Start by setting APT_DISABLE_COMBINATION to True so you can determine exactly in which stage the problem is occurring, though I'd hazard the guess that it's in the stage that's writing to SQL Server. The mnemonic suggests that you are trying to load a Char(N) column with fewer than N characters. The...
- Tue Dec 19, 2006 2:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Connecting to an oracle table using oracle enterprise stage!
- Replies: 5
- Views: 1553