Search found 53125 matches
- Mon Sep 20, 2010 1:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Irreconcilable constraints on the number of partitions
- Replies: 1
- Views: 2348
You need to gain a bit more of an understanding of the Orchestrate framework. A virtual Data Set is associated with every link of the job - take a closer look at the score to see what I mean, even though in the score they're generically named (DS0, DS1, DS2 and so on) you can ascertain the associate...
- Mon Sep 20, 2010 1:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage certification
- Replies: 2
- Views: 962
- Mon Sep 20, 2010 1:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to increase performance?
- Replies: 3
- Views: 1322
- Mon Sep 20, 2010 1:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Vertical Pivot
- Replies: 5
- Views: 5748
Sort by ID, generating a key change column. Based on the key change value, in a Transformer stage either accumulate a delimited list of values or begin a new record. Downstream of the Transformer stage use a Remove Duplicates stage to preserve only the last of each group. You're pretty much done at ...
- Mon Sep 20, 2010 1:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Tuncation Error
- Replies: 4
- Views: 1898
- Sun Sep 19, 2010 2:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: issues in data transformation decimal to integer
- Replies: 5
- Views: 1784
Re: issues in data transformation decimal to integer
Sorry, I was tricked by this statement in your original post.madhav62 wrote:incoming data has field which is decimal(with two decimal places)
- Sun Sep 19, 2010 2:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading multiple files with header
- Replies: 8
- Views: 2953
- Sun Sep 19, 2010 2:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: issues in data transformation decimal to integer
- Replies: 5
- Views: 1784
- Sat Sep 18, 2010 2:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I subtract one month of a date in a SERVER JOB?
- Replies: 8
- Views: 3429
- Fri Sep 17, 2010 3:22 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Failed to open Information Server Console
- Replies: 4
- Views: 4806
- Fri Sep 17, 2010 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Run the same Parallel Job using different set of parameters
- Replies: 6
- Views: 5853
- Fri Sep 17, 2010 3:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Connector Stage
- Replies: 6
- Views: 3290
- Fri Sep 17, 2010 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to connect the database
- Replies: 3
- Views: 1962
- Fri Sep 17, 2010 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage 8.1 on site training
- Replies: 4
- Views: 1310
- Fri Sep 17, 2010 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate a TimeStamps with 14 char long
- Replies: 1
- Views: 1119
The date components can be returned by system variables @DAY, @MONTH and Right(@YEAR,2).
But does "day + 50" mean that you will allow a day number of 81, or do you need to add 50 to the date then decompose it into components.
Please check out the date routines in this file.
But does "day + 50" mean that you will allow a day number of 81, or do you need to add 50 to the date then decompose it into components.
Please check out the date routines in this file.