Search found 42189 matches
- Wed Feb 23, 2011 8:01 am
- Forum: General
- Topic: istool usage for exporting adhoc jobs
- Replies: 1
- Views: 1085
- Wed Feb 23, 2011 12:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to View Data in Dataset management which is tools tab
- Replies: 7
- Views: 2533
- Tue Feb 22, 2011 11:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data obfuscation masking within Information Server 8.1
- Replies: 1
- Views: 1454
From what I recall, the older posts discussed routines that you could get if you engaged IBM consulting services, routines that are part of the package they bring to the table. I don't recall any talk of them just showing up in a new / later release, but others might be more in tuned with news of th...
- Tue Feb 22, 2011 3:17 pm
- Forum: General
- Topic: Avoid manual reset
- Replies: 4
- Views: 1358
- Tue Feb 22, 2011 1:32 pm
- Forum: General
- Topic: Avoid manual reset
- Replies: 4
- Views: 1358
- Tue Feb 22, 2011 8:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error using Built in transform
- Replies: 2
- Views: 1119
- Tue Feb 22, 2011 8:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: intermittent "parallel process: terminating " erro
- Replies: 2
- Views: 1284
Or I could just split it.... <snip>... done.
grogash - please edit your post and set your particulars - O/S, version, etc - unless by some chance I guessed right.
Here is the original thread, by the way:
viewtopic.php?t=136594
grogash - please edit your post and set your particulars - O/S, version, etc - unless by some chance I guessed right.
Here is the original thread, by the way:
viewtopic.php?t=136594
- Tue Feb 22, 2011 8:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting Gregorian date from Julian date
- Replies: 6
- Views: 3883
- Tue Feb 22, 2011 7:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset corruption, SIGSEGV while reading
- Replies: 21
- Views: 14039
- Tue Feb 22, 2011 7:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data type not supported
- Replies: 4
- Views: 1575
- Tue Feb 22, 2011 7:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage server 7.5 like function
- Replies: 5
- Views: 5824
Why over-complicate it? As noted, you can "match" the first four characters of the string like so:
Code: Select all
YourField[1,4] = "A.12"- Mon Feb 21, 2011 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage server 7.5 like function
- Replies: 5
- Views: 5824
- Mon Feb 21, 2011 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP Issue
- Replies: 1
- Views: 1236
- Mon Feb 21, 2011 9:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to convert the Varchar(9) to Numeric(9)
- Replies: 7
- Views: 3004
- Mon Feb 21, 2011 9:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting Gregorian date from Julian date
- Replies: 6
- Views: 3883
Welcome. :D The DateFromJulianDay function isn't working for you because what you have is not a Julian date. What you have is an Ordinal date which combines a four digit year with the ordinal day number in that year for the m/d portion. You've been given the proper way to handle them by our friend j...