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

alpha conversion

Former Member
0 Likes
273

Hi Friends,

How to convert 'P' type field to character field data.

TIA.

Regards,

Mark K

1 REPLY 1
Read only

Former Member
0 Likes
256

Hi

You can use MOVE statement

check this and see

data: P type P decimals 2 value '12.35'.

c(5) type c.

Move p to c.

write 😕 C.

Reward points for useful Answers

Regards

Anji