Search found 53125 matches
- Tue Sep 06, 2011 11:08 pm
- Forum: General
- Topic: Users being automatically being revoked access from projects
- Replies: 3
- Views: 1566
- Tue Sep 06, 2011 11:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Disk space issue
- Replies: 9
- Views: 3222
- Tue Sep 06, 2011 10:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Disk space issue
- Replies: 9
- Views: 3222
- Tue Sep 06, 2011 2:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Select All records at once?
- Replies: 2
- Views: 1222
- Tue Sep 06, 2011 5:29 am
- Forum: General
- Topic: CCYYJJJHHMMSS date format
- Replies: 4
- Views: 1411
You posted the job type as server. That's what I answered. Within a parallel Transformer stage you will need to craft your own mechanism for translating from JJJ to MMDD. It's not really that difficult, but make sure your solution handles leap years. It's possibly worth the effort of encapsulating t...
- Tue Sep 06, 2011 5:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Process meta data not available in database
- Replies: 1
- Views: 2073
Why not review the release notes for Fix Pack 1? They can be found at the IBM Information Center
- Tue Sep 06, 2011 5:24 am
- Forum: General
- Topic: data validation in fixed width sequential file
- Replies: 14
- Views: 6063
Your OPENSEQ statement failed. You can work out why. Your OPENSEQ statement lacked ON ERROR and ELSE clauses to trap the possibilities. Your CLOSESEQ statement was given a variable that was not a valid file variable (because of the failure of OPENSEQ then because you used a constant) and it was this...
- Tue Sep 06, 2011 5:21 am
- Forum: General
- Topic: Unable to save XML table definition
- Replies: 1
- Views: 1471
- Tue Sep 06, 2011 5:20 am
- Forum: General
- Topic: DS_AUDIT not updated
- Replies: 8
- Views: 3314
- Tue Sep 06, 2011 5:18 am
- Forum: General
- Topic: CCYYJJJHHMMSS date format
- Replies: 4
- Views: 1411
- Tue Sep 06, 2011 5:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Export to .xls
- Replies: 1
- Views: 1096
You can create a file with any suffix you please, or even none. Comma-separated values (CSV) is a pure text format, which in fact is the default format for files written by the Sequential File stage. It is not possible to write a file in Microsoft Excel workbook format. On a UNIX machine it would no...
- Mon Sep 05, 2011 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join stage missing out some values
- Replies: 4
- Views: 1625
- Mon Sep 05, 2011 5:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Entire Partitioning while writing to a oracle database table
- Replies: 2
- Views: 1070
- Mon Sep 05, 2011 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: modify stage error
- Replies: 13
- Views: 5157
There are no square brackets around the new data type. These are used only to show optional syntax.
Code: Select all
timestamp1:timestamp = timestamp_from_string(timestamp_string)- Mon Sep 05, 2011 5:13 pm
- Forum: General
- Topic: data validation in fixed width sequential file
- Replies: 14
- Views: 6063