Problem
How can we avoid parsing errors for missing copbooks when verifying Assembler code?
Is there a "relaxed" parsing option for Assembler source?
Resolution
Unfortunately our assembler support does not contain "relaxed" parsing as we do for Cobol, so any missing copybooks will stop the verification with errors and will behave as you have seen. No program Entry Point or Program will be created.
To workaround this issue, you can create an empty file with the appropriate name.
This will force the verification to complete but if there are items in the "real" copybooks that you don't have, the verification could fail with other errors.
Incident # 2697042
#EnterpriseAnalyzer
#relaxedparsing
#Assembler
#EnterpriseAnalyser
#SupportTip
