Building.md: Specify required versions for dependencies
augmented-fog opened this issue · 4 comments
augmented-fog commented
Hello,
What major versions of each software component are required for building?
PhilWakelin commented
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
augmented-fog commented
Thanks for the information. What dialect and version of COBOL is in use in this repository?
markcocker commented
@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.
augmented-fog commented
Thank you, this answers my question.