Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable usage of linkage section items during tests #306

Open
Rune-Christensen opened this issue Aug 8, 2023 · 0 comments
Open

Enable usage of linkage section items during tests #306

Rune-Christensen opened this issue Aug 8, 2023 · 0 comments

Comments

@Rune-Christensen
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant