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

domian and data element

Former Member
0 Likes
638

Can we create a domian and data element which contains more than 255 characters?

What is the max.size offor creating Domain and data element of character type?

Regards

Can we create a domian and data element which contains more than 255 characters?

What is the max.size offor creating Domain and data element of character type?

Regards

4 REPLIES 4
Read only

Former Member
0 Likes
603

The max length possible for character type is 255.

Regards

Anurag

Read only

suresh_datti
Active Contributor
0 Likes
603

YES.. you can use data type LCHR

~Suresh

Read only

0 Likes
603

we can also have data type STRING in WAS6.10 and above.

for example check this dataelement "ALVSTLI"

Regards

Raja

Read only

Former Member
0 Likes
603

Hi Ravi,

Yes you can use LCHR and LRAW but remember there are some limitations using these two data types.

The field with LRAW and LCHR must be the last field in the table. Cannot be a field in between.

Cheers

VJ