Hi guys,
I'm currently working on something which requires me to move an unpacked numeric to a packed numeric variable in a copybook.
02 UNPACKED-NUMBER PIC S9(13)V9(02).
02 PACKED-NUMBER PIC S9(13)V9(02) COMP-3.
I remember that someone told me this can't be done but I'm not sure if I...
Hi guys!
I'm working on a requirement right now where an already compiled oracle stored procedure needs to be called from a cobol program. The thing is, the procedure has two parameters. One is with data type CHAR(10) and the other is a cursor. And this cursor returns several data. How...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.