Search found 6797 matches
- Wed Mar 07, 2007 4:16 pm
- Forum: General
- Topic: How do I get 'special access' into Looking for Talent forum
- Replies: 5
- Views: 1601
- Wed Mar 07, 2007 2:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Attach DSJ.JOBPID during job
- Replies: 17
- Views: 4219
- Wed Mar 07, 2007 2:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: call stored procedure repeatly
- Replies: 11
- Views: 2496
- Wed Mar 07, 2007 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Drop last character in astring
- Replies: 2
- Views: 639
Code: Select all
LEFT(in.col, (LEN(in.col)-1)
And with your code, you need to provide LEN(in.col) - 1 for stage variable LEN1. It will work
- Wed Mar 07, 2007 2:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL data type 'BIT' not supported
- Replies: 11
- Views: 3643
- Wed Mar 07, 2007 1:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Capturing particular warning message...
- Replies: 3
- Views: 751
- Wed Mar 07, 2007 1:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: New features related to automatic error handling in Sequence
- Replies: 4
- Views: 967
- Wed Mar 07, 2007 1:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Checking the Date Modified of a flat file
- Replies: 8
- Views: 2601
- Wed Mar 07, 2007 11:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Subrecord to Varchar
- Replies: 23
- Views: 7262
- Wed Mar 07, 2007 11:55 am
- Forum: General
- Topic: Low performance in the access the Informix
- Replies: 6
- Views: 1866
- Wed Mar 07, 2007 11:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Subrecord to Varchar
- Replies: 23
- Views: 7262
- Wed Mar 07, 2007 11:48 am
- Forum: General
- Topic: Low performance in the access the Informix
- Replies: 6
- Views: 1866
- Wed Mar 07, 2007 11:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: orchgeneral,orchsort,orchstats could not load Bad address
- Replies: 20
- Views: 8414
- Wed Mar 07, 2007 11:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Subrecord to Varchar
- Replies: 23
- Views: 7262
I am not able to get what do you mean by "eat a pointer". Will you be passing the string or the memory address of the string? You cannot do the latter, how will you get the memory address of the string inside datastage? Pass the values in as arguments. For example if I want to concatenate 3 fields, ...
- Wed Mar 07, 2007 11:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: orchgeneral,orchsort,orchstats could not load Bad address
- Replies: 20
- Views: 8414