You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible to use linkage section items in the program under test.
Unless the test specifically makes the area adressable.
There are issues with just making the areas addressable, by commenting the linkage section statement.
The areas in linkage section, could be used in set address to statements, and an area addressed using the procedure division using statement, causes compilation errors.
We suggest a solution where the linkage section is kept as is.
If there is a procedure division using statement, that addresses a linkage section area, the procedure statement is commented, and replaced by a generic procedure statement, and the adressed linkage section area, is adressed using the allocate statement.
The text was updated successfully, but these errors were encountered:
Currently it is not possible to use linkage section items in the program under test.
Unless the test specifically makes the area adressable.
There are issues with just making the areas addressable, by commenting the linkage section statement.
The areas in linkage section, could be used in set address to statements, and an area addressed using the procedure division using statement, causes compilation errors.
We suggest a solution where the linkage section is kept as is.
If there is a procedure division using statement, that addresses a linkage section area, the procedure statement is commented, and replaced by a generic procedure statement, and the adressed linkage section area, is adressed using the allocate statement.
The text was updated successfully, but these errors were encountered: