Search found 15603 matches
- Thu Sep 20, 2012 1:33 am
- Forum: General
- Topic: Dynamic DSN
- Replies: 8
- Views: 1646
- Thu Sep 20, 2012 1:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal Multiplication Issue.Value too large warning...
- Replies: 1
- Views: 971
- Thu Sep 20, 2012 1:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: firstname,middle name, lastname
- Replies: 8
- Views: 4426
Try this solution with 2 stage variables: svWorkString Trim(In.NameString) svNumberOfSpaces dcount(svWorkString) Out.FirstName = Field(svWorkString,' ',1) Out.LastName = Field(svWorkString,' ',svNumberOfSpaces) Out.MiddleNames = Field(svWorkstring,' ',2,svNumberOfSpaces-2) If there are no middle nam...
- Thu Sep 20, 2012 1:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dataset issue
- Replies: 5
- Views: 2365
- Thu Sep 20, 2012 1:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compress and delete dataset
- Replies: 16
- Views: 3702
- Wed Sep 19, 2012 11:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: join stage in server edition, how to add to palette
- Replies: 2
- Views: 1408
- Wed Sep 19, 2012 4:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: configration file, paging standards?
- Replies: 14
- Views: 2826
- Wed Sep 19, 2012 4:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: configration file, paging standards?
- Replies: 14
- Views: 2826
- Wed Sep 19, 2012 4:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding fixed length file
- Replies: 7
- Views: 2101
No, this is in the filter part of source sequential file stage:
Code: Select all
sed 's/[ \t]*$//' | tr -d '\x1A' | awk '{printf "%-1494s\n",$0}' -- Wed Sep 19, 2012 3:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: configration file, paging standards?
- Replies: 14
- Views: 2826
Dear peep, 1. This is a forum, not an SMS telephone exchange. Please use real words and vowels since many here, including myself and yourself, are not native English speakers and communication is difficult enough with the technical nature of DataStage. 2. While most of the subject matter is freely v...
- Wed Sep 19, 2012 1:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: configration file, paging standards?
- Replies: 14
- Views: 2826
- Tue Sep 18, 2012 10:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding fixed length file
- Replies: 7
- Views: 2101
- Tue Sep 18, 2012 8:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sql Server Unique Identifier
- Replies: 5
- Views: 2277
- Tue Sep 18, 2012 7:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to handle Chinese characters
- Replies: 2
- Views: 1420
- Mon Sep 17, 2012 9:03 am
- Forum: General
- Topic: Datastage jobs are running currently
- Replies: 5
- Views: 1812