Closed Mstebner-PKWARE closed 4 years ago
Hi,
these macros are in SASMMAC2. To use them, you need to write COPY ASMMSP
before the first use of these macros. See the IBM documentation here.
If writing COPY ASMMSP
did not help, can you provide us with the whole source code where the error occured?
Regards.
Yes, an explicit COPY ASMMSP in the source code was required (and worked). We had been using PROFILE(ASMMSP) as an assembler option, which provides an implicit COPY ASMMSP during an actual compile.
The HLASM provides a suite of structured macros that apparently are not recognized or found through the HLA.SASMMAC1 & HLA.SASMMAC2 macro members, since they are not explicit members matching the names (IF, DO, etc).
To Reproduce Steps to reproduce the behavior:
Expected behavior The structure logic macros should be recognized and not flagged in error.
Screenshots
Platform
Additional context Add any other context about the problem here.