Search found 53125 matches
- Tue Oct 11, 2011 2:11 am
- Forum: General
- Topic: Next id???
- Replies: 2
- Views: 1009
- Tue Oct 11, 2011 2:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file in Lookup
- Replies: 2
- Views: 1207
- Tue Oct 11, 2011 2:08 am
- Forum: General
- Topic: Stage Identifiers Generation
- Replies: 1
- Views: 683
- Mon Oct 10, 2011 7:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integer to decimal and then to integer
- Replies: 5
- Views: 5706
INTEGER(4) in DB2 means four bytes, or 32 bits, or int32. It's not the number of digits. DataStage always adds nonsignificant leading and trailing zeroes to decimal data to prove that precision and scale are being honoured. You don't get a choice on this. To remove them you can convert to string dat...
- Mon Oct 10, 2011 7:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to assgin '000' value to Decimal column
- Replies: 13
- Views: 5616
- Mon Oct 10, 2011 5:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integer to decimal and then to integer
- Replies: 5
- Views: 5706
Precision will be ignored for Integer, SmallInt and TinyInt data types. Integer (int32) can be up to 2**31-1 so can have at most ten digits plus a sign. SmallInt (int16) can be up to 2**15-1 so can have at most five digits plus a sign. TinyInt (int8) can be up to 2**7-1, or 127, so can have at most ...
- Mon Oct 10, 2011 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL Server spatial to Oracle spatial
- Replies: 5
- Views: 5279
- Mon Oct 10, 2011 2:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to assgin '000' value to Decimal column
- Replies: 13
- Views: 5616
Read the manual (not sure if it is Parallel Job Developer's Guide or Parallel Job Advanced Developer's Guide) about Decimal data types. All zeroes is not permitted by default but can be enabled. Under what circumstances do you wish to use the default value? Is it only if the input is null (consider ...
- Mon Oct 10, 2011 2:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to know the performance improvement on ODBC stage
- Replies: 4
- Views: 1259
- Mon Oct 10, 2011 2:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Efficient DS Job design to avoid errors
- Replies: 9
- Views: 3751
Nice to have that vote of confidence, but we're far from being the only helpful posters on this site. Getting this kind of error occasionally suggests that you're working your server close to its limits, and very occasionally exceeding them. It's simple supply and demand: you need to increase the su...
- Mon Oct 10, 2011 2:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Increasing timeout consequences ? No one to answer ?
- Replies: 2
- Views: 2070
- Mon Oct 10, 2011 4:25 am
- Forum: General
- Topic: Unix, Windows and Datastage
- Replies: 3
- Views: 1162
- Mon Oct 10, 2011 4:23 am
- Forum: General
- Topic: DB trace shows a select from non-exist MetaStage_Loc_Info
- Replies: 4
- Views: 2769
- Mon Oct 10, 2011 4:22 am
- Forum: General
- Topic: view subroutine from linux
- Replies: 6
- Views: 1600
- Mon Oct 10, 2011 4:21 am
- Forum: General
- Topic: Cannot connect to server
- Replies: 9
- Views: 5750