IAYAA0058I For the Conditional Compilation directives (>>IF
and
>>EVALUATE
), only the code from the first branch will be considered.
Explanation
If a COBOL source file contains Conditional Compilation directives, for example,
>>IF
or >>EVALUATE
, the conditions are not evaluated, and only the
first branch of the code is considered.
System action
Considering only the first branch, the IBM AD COBOL compiler saves only the information from this branch
into the repository, and ignores the content of the other branches.
User response
In case that this message is encountered, contact the support team for further
clarifications.