Mercykam
Programmer
- Mar 26, 2009
- 3
How do i convert PIC X(11) to SPIC 9(7)v99 COMP-3? This is mainframe cobol programming. Any help is greatly apprciated.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
No - for multiple reasons.Is the following procedure ok?
redefine copybook field PIC 9(7)v99 COMP-3 to PIC X(9)
NUMVAL and NUMVAL-C work well and can save some rather tedious coding but only when the data is known to be valid.You may also consider the NUMVAL intrinsic function.