This document covers the following topics:
Get the version number of the currently installed Con-form version.
Parameter | Format | In | Out | Remarks |
---|---|---|---|---|
Version | A4 | X | Version number. |
None
None
DEFINE DATA * LOCAL 1 VERSION (A4) /* Con-form version number * END-DEFINE * CALLNAT 'Z-CMFVER' VERSION * WRITE 'The Con-form version is ' VERSION END