We have a user mod written for Panvalet and we are getting the following assembly errors:
and many more.
What is wrong and how do we fix the errors?
To resolve undefined operation code or symbols add macro libraries to the SYSLIB library concatenation in the assembly step, add CBA3MAC, SYS1.MACLIB and SYS1.MODGEN. These errors typically occur when required macro libraries are missing from the assembly's library concatenation (SYSLIB).
Update the assembler JCL step to include missing MACLIBs in the SYSLIB DD concatenation similar to the following:
CX7UM01 and CX7UM03, ensure jobs are run from the CBA3JCL library (e.g. X7USRMD1 for CX7UM01).