Skip to main content

Problem:

How to find out the software version of the UNIX product?

Resolution:

To locate the software version of the cobol unix products installed

cat $COBDIR/etc/cobver

This will show the software version (see below example: v4.0 SP1) and build version (see below example: 40.03) of the product, as well as any latest fixpack installed (see below example: PTI=Fixpack40.03_10) and if the Enterprise Server Development component is installed (see below example: PTI=ES).  

For example:

cobol v4.0.00-e

PRN=RXCTZ/AAA:9h.N3.40.03

PTI=SP1

PTI=ES

PTI=Fixpack40.03_10

If you have more than one version of any of the Micro Focus Unix products, then you'll need to know the exact location of where these products are installed to determine the version of these products.

Old KB# 4087