Search found 18 matches

by ovidiu
Tue Mar 28, 2006 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date from month -int (4)
Replies: 3
Views: 1545

date from month -int (4)

Does anybody know a simple method to get a date- month.year-from a number month int(4)

Thank you
by ovidiu
Tue Mar 21, 2006 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string_trim for Modify Stage EE 7.5.1
Replies: 1
Views: 987

It seems that the correct expression for modify stage is (both fiels-old new have the same name)
CUSTOM_R:string[max=60]=string_trim(CUSTOM_R)
...but it is not working as trim() in Transformer Stage.
by ovidiu
Mon Mar 20, 2006 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string_trim for Modify Stage EE 7.5.1
Replies: 1
Views: 987

Re: string_trim for Modify Stage EE 7.5.1

Sorry,
The Modify Stage uses expression CUST_R=string_trim(CUST_R)

Thank you
Ovidiu[/quote]