Guest_imported
New member
- Jan 1, 1970
- 0
I have a variable
01 DAT PIC X(10)
01 NUM PIC 9(10)
The content in DAT is 123
When I display DAT appear 123
if I convert to number apear NUM
1230000000
I want to take the number 123 into a numeric
value , not 1230000000
How can I do this ??
Tanks ..
01 DAT PIC X(10)
01 NUM PIC 9(10)
The content in DAT is 123
When I display DAT appear 123
if I convert to number apear NUM
1230000000
I want to take the number 123 into a numeric
value , not 1230000000
How can I do this ??
Tanks ..