Search found 53125 matches
- Fri Nov 07, 2008 12:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding checking <> function
- Replies: 3
- Views: 1340
- Fri Nov 07, 2008 12:23 pm
- Forum: General
- Topic: ORA-01008: not all variables bound
- Replies: 8
- Views: 2921
- Thu Nov 06, 2008 10:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to load data with Special Characters
- Replies: 4
- Views: 1974
- Thu Nov 06, 2008 9:58 pm
- Forum: IBM QualityStage
- Topic: Creating Custom Rule set Query
- Replies: 3
- Views: 1803
Your PAT file lacks a STRIPLIST in the PRAGMA section, lacks a POST actions section (which is OK, you may not want any), and lacks an EXIT statement to prevent falling through into the subroutine. You have not shown examples of the kinds of data you will be processing, but any with AARON, ABBEY or J...
- Thu Nov 06, 2008 5:58 pm
- Forum: Data Quality Best Practices
- Topic: IMP...QualityStage Issue
- Replies: 1
- Views: 8254
- Thu Nov 06, 2008 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivoting a Single column
- Replies: 5
- Views: 1578
- Thu Nov 06, 2008 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: handling Bigint as char datatype-DecimalToString conversion
- Replies: 2
- Views: 910
OK, then try something like
Code: Select all
Right("00000" : DecimalToString(InLink.MyField, fix_zero), 5)- Thu Nov 06, 2008 12:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: handling Bigint as char datatype-DecimalToString conversion
- Replies: 2
- Views: 910
- Thu Nov 06, 2008 12:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: cannot able to view the data in 8.0
- Replies: 4
- Views: 974
- Thu Nov 06, 2008 12:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: stagevariable
- Replies: 2
- Views: 960
As I already answered in one of your other posts, use the Compare() function if you need to force a string comparison. Syntax of the Compare() function can be had from the DataStage BASIC manual or from the on-line help.
Code: Select all
Compare(mast.empno, trans.empno, "L")- Thu Nov 06, 2008 8:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Varchar to Integer not working
- Replies: 5
- Views: 1568
- Thu Nov 06, 2008 8:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage(Defining new column with value assigned to it)
- Replies: 9
- Views: 13058
- Thu Nov 06, 2008 8:50 am
- Forum: General
- Topic: unix command
- Replies: 4
- Views: 1352
- Thu Nov 06, 2008 7:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing the error in a file or table
- Replies: 12
- Views: 2392
- Thu Nov 06, 2008 7:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Display Jobs in a Category
- Replies: 20
- Views: 5567