Migrating from os/vs cobol i encountered the following code
COMPUTE ETS-TOA-PTR = BLL-TS-PTR + 1057.
COMPUTE ETS-TIOA-PTR = BLL-TS-PTR + WS-QUE-ACTUAL.
Are these computations valid in enterprise cobol when updating a pointer ?
The code, per se, is valid. If the fields are actially memory pointers, it will probably work, but they should be defined as POINTER and modified with the SET verb.
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.