Posts by Alexandre Esmeraldo • 11 points
1 post
-
1
votes2
answers2308
viewsA: Intrinsic function to convert numeric to string
Having two variables: 01 ALPHA-NUMERICO PIC X(10) VALUE SPACES. 01 NUMERICO PIC 9(10) VALUE 1234567890. A simple command MOVE NUMERICO TO ALPHA-NUMERICO already converts to string, no function…
cobolanswered Alexandre Esmeraldo 11