Search found 1 match

by ambadiramesh
Mon Feb 22, 2010 4:41 pm
Forum: COBOL
Topic: COMP-3 TO ALPHANUMERIC MOVE
Replies: 11
Views: 51824

Hi all, I didnt got any abend when I used this concept in batch code.PFB code for your reference. 01 WS-COMP3-VAR PIC 9(06) COMP-3. 01 WS-NAME PIC X(09) VALUE 'RAMESH'. MOVE WS-NAME TO WS-COMP3-VAR DISPLAY 'comp3 VALUE IS' WS-COMP3-VAR I got some junk values may converted data. out put for the same ...