Search found 15603 matches
- Wed Jun 03, 2009 9:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fresh Install...Compile problem with transformer
- Replies: 16
- Views: 11692
- Wed Jun 03, 2009 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Input Stage
- Replies: 6
- Views: 3920
- Wed Jun 03, 2009 5:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data needs to change
- Replies: 5
- Views: 1342
- Wed Jun 03, 2009 4:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal error with int32_from_decimal
- Replies: 5
- Views: 2280
- Wed Jun 03, 2009 4:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between ISNOTNULL(string) and LEN(TRIM(string))&g
- Replies: 3
- Views: 1442
- Wed Jun 03, 2009 4:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameters
- Replies: 7
- Views: 3106
- Wed Jun 03, 2009 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing all preceding zeros [0]
- Replies: 3
- Views: 1092
The TRIM function, while usually called with only one parameter, has several options that are quite handy. In this case, you could do a This means trim all leading 0's from the column "In.NumberColumn".
Code: Select all
Trim(In.NumberColumn,'0','L')- Wed Jun 03, 2009 2:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Precompilation Failed
- Replies: 1
- Views: 998
- Tue Jun 02, 2009 8:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal error with int32_from_decimal
- Replies: 5
- Views: 2280
- Tue Jun 02, 2009 8:24 am
- Forum: General
- Topic: Hardware configuration
- Replies: 4
- Views: 2435
- Tue Jun 02, 2009 8:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: connectivity to oracle
- Replies: 5
- Views: 2976
From UNIX, try the commands
What are the results?
Code: Select all
file /u01/app/oracle/product/10.2.0/db/lib32/libclntsh.soCode: Select all
ldd /u01/app/oracle/product/10.2.0/db/lib32/libclntsh.soCode: Select all
ls -al /u01/app/oracle/product/10.2.0/db/lib32/libclntsh.so- Tue Jun 02, 2009 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal error with int32_from_decimal
- Replies: 5
- Views: 2280
- Tue Jun 02, 2009 3:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A space that is not a space
- Replies: 4
- Views: 1215
- Tue Jun 02, 2009 1:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation error
- Replies: 1
- Views: 3329
Well, the first message refers to the MAXMEM setting (see http://publib.boulder.ibm.com/infocenter/comphelp/v7v91/index.jsp?topic=/com.ibm.aix.pli.doc/ibmx2mst64.htm ). You can also manually try the c++ compile call listed later to see what message you get. (oops, I see the link I posted goes to the...
- Tue Jun 02, 2009 1:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Status 99
- Replies: 18
- Views: 8044