Z-CMFVER

This document covers the following topics:


Description

Get the version number of the currently installed Con-form version.

Parameters

Parameter Format In Out Remarks
Version A4   X Version number.

Return Codes

None

Subprograms

None

Example

DEFINE DATA
*
LOCAL
1 VERSION  (A4)        /* Con-form version number
*
END-DEFINE
*
   CALLNAT  'Z-CMFVER'
    VERSION
*
WRITE  'The Con-form version is ' VERSION
END