Search found 7 matches

by rreyespe
Thu Jul 29, 2004 2:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Obtain last day of month
Replies: 7
Views: 3476

If you first obtain the month, then you can use the following expresion to get the last day of the month:

OConv(MONTH.LAST(MES),'D-YMD[4,2,2]')

being the format of variable MES the following: YYYY-MM
by rreyespe
Fri Jul 23, 2004 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please, HELP
Replies: 12
Views: 8421

Yes the service name is available
by rreyespe
Fri Jul 23, 2004 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please, HELP
Replies: 12
Views: 8421

the TNSNAMES is also in the correct place and readable
by rreyespe
Fri Jul 23, 2004 4:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please, HELP
Replies: 12
Views: 8421

The Oracle client work perfectly, I can connect with SqlPlus. But where is th dsenv file?
by rreyespe
Fri Jul 02, 2004 3:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Some calculations
Replies: 6
Views: 3345

yes, it is works
by rreyespe
Fri Jul 02, 2004 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Some calculations
Replies: 6
Views: 3345

but if after do that, after the first step I need to go through an aggregator stage, so I can group by all the cantities (BALANCE_AS.CAN_EXTRACCION), and after that I have to multily the result. In this step I have new problems, if I try to do it in a transformer stage, again, there is not links bet...
by rreyespe
Wed Jun 16, 2004 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date parameter
Replies: 2
Views: 2049

Thank you, finally it worked

Raquel