Hello,
I'm trying to generate zUnit test cases through the Generate Test Case wizard (right click a COBOL file under Remote Systems view MVS Files, select z/OS Automated Unit Testing Framework (zUnit) -> Generate Test Case).
After entering all required fields and clicking Edit Test Entry Data..., I'm prompted to check for dependencies. Either option I choose results in the following error message:
An error occurred while opening the Test Entry Data Editor
Reason:
FIELD-NAME is not defined in the DATA DIVISION.
The FIELD-NAME is declared in a copybook which is copied in with a REPLACE statement in the Data Division, and the file's Associated Property Group includes the directory in its SYSLIB area (and the COBOL editor successfully finds the copybook, the Remote Syntax Check works properly, etc.). Given that I think my SYSLIB is configured correctly, I'm not sure why the Generate Test Case wizard cannot find the data field declaration. Any suggestions on where to look for causes for this problem are greatly appreciated!
Thanks,
SamWiley