Skip to Content
0
Former Member
Sep 25, 2005 at 12:28 PM

Help:Transfer routine to convert to upper case,replace #,! with space

214 Views

Hello,

Can anyone please tell me the transfer routine code for converting into upper case and also replacing # and ! with space.

The following code I have in my mind:

To convert to upper case:

TRANSLATE TRAN_STRUCTURE-<<field name>> to UPPER CASE.

RESULT = TRAN_STRUCTURE-<<field name>>

To replace # and ! with space:

REPLACE # ! WITH " ".

I need the routine both to convert into upper case and as well replace # and ! with Space.

Can anyone please help me.

Thanks,

Praveen