cicsdev/cics-genapp

Building.md: Specify required versions for dependencies

augmented-fog opened this issue · 4 comments

Hello,
What major versions of each software component are required for building?

Thanks for raising the issue.
The CICS TS pre-req is listed here for this repo. Then for each version of CICS TS the supported software can be found on this site
Let us know if you think anymore information is required @augmented-fog

Thanks for the information. What dialect and version of COBOL is in use in this repository?

@augmented-fog You will need IBM Enterprise COBOL - any supported version should work. The example compile job JCL uses PGM=IGYCRCTL that is provided by Enterprise COBOL.

Thank you, this answers my question.