Search found 53125 matches
- Fri Jun 21, 2013 4:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to reject junk or unknown values
- Replies: 5
- Views: 1822
- Thu Jun 20, 2013 11:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best way to add a column conditionally to a sequential file
- Replies: 7
- Views: 2742
- Thu Jun 20, 2013 9:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best way to add a column conditionally to a sequential file
- Replies: 7
- Views: 2742
- Thu Jun 20, 2013 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IsValid function
- Replies: 4
- Views: 3380
- Thu Jun 20, 2013 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: While reading œ,–,’ character from odbc stage giving ?
- Replies: 0
- Views: 932
- Thu Jun 20, 2013 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to convert into decimal format
- Replies: 7
- Views: 2588
Most of the type conversion functions in the Transformer stage are actually implemented as modify operators under the covers. Thus, for example, StringToDecimal() function in Transformer stage is actually implemented as the decimal_from_string() or decimal_from_ustring() function in Orchestrate depe...
- Thu Jun 20, 2013 4:00 pm
- Forum: General
- Topic: Infinity loop into Sequence
- Replies: 4
- Views: 1601
- Thu Jun 20, 2013 3:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rounding off using schema files
- Replies: 7
- Views: 2530
- Thu Jun 20, 2013 3:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to convert into decimal format
- Replies: 7
- Views: 2588
- Thu Jun 20, 2013 3:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get the first and last day of previous month
- Replies: 11
- Views: 7272
- Thu Jun 20, 2013 12:38 am
- Forum: General
- Topic: how to get a specified job name in routine ?
- Replies: 7
- Views: 2342
I can not see the whole info that you give me the code.can you post it here ? To see the whole of what the five Premium Posters post you need to obtain a premium membership. Details are available from the DSXchange home page. Premium membership is not expensive, from memory $99/year (less than $0.3...
- Thu Jun 20, 2013 12:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get the first and last day of previous month
- Replies: 11
- Views: 7272
- Thu Jun 20, 2013 12:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get the first and last day of previous month
- Replies: 11
- Views: 7272
- Wed Jun 19, 2013 10:31 pm
- Forum: General
- Topic: how to get a specified job name in routine ?
- Replies: 7
- Views: 2342
- Wed Jun 19, 2013 5:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get the first and last day of previous month
- Replies: 11
- Views: 7272
What Craig means is that you can hard code day number as 1 to get the first of any month. However, you can use date functions exclusively. For example: to get the first day of the current month, subtract the current day number from the date: DateFromDaysSince(1 - MonthDayFromDate(CurrentDate()), Cur...