openmainframeproject / cobol-check

A testing framework for Cobol applications
Apache License 2.0
78 stars 28 forks source link

CALL MOCKS aren't matching CALL signatures, when one or more program parameters are qualified #304

Closed ThomasNellemann closed 12 months ago

ThomasNellemann commented 1 year ago

When I add a CALL MOCK for at CALL where parameters are qualified, the program generated is flawed and (is likely to) abend. This is because parameters are expected to be single words only.

Example program code image

Example Unit test code image