Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unicode upgrade

Former Member
0 Likes
535

Hi Friends,

In order to make a program unicode enabled, we go to program attributes and check the Unicode checks active checkbox. And then run UCCHECK to fix the syntax errors.

Now i want to know how to unicode enable a custom Class and Methods? UCCHECK cannot be used for Classes and methods. If the method is not unicode enabled, how to enable it?

You valuable inputs are welcome.

Thanks in advance.

Amogh

3 REPLIES 3
Read only

Former Member
0 Likes
489

Hi Amogh.

UCCHECK can be used for classes as well. Give object type as CLAS and Object name as Y* or Z*. It should work.

Regards.

Samant

Read only

Former Member
0 Likes
489

Thanks Samant,

But my concern is how to set Unicode attribute ON for Classes and methods?

Read only

0 Likes
489

You cannot do it. Only thing is check if it is Unicode compliant by running UCCHECK. If any errors, correct it.

Hope it solves ur problem.

Award points if helpful

Thanks.