HP Micro Focus Object COBOL/UX Release Notes for Version B.12.35

52 Chapter 3
License Management with FLEXlm and COBOL
FLEXlm Utilities
Using lmver
This utility reports the FLEXlm version of a library or binary file.
Its usage is:
lmver [filename]
where
-filename is the name of a program or library.
For example, to determine the version of FLEXlm used by COBOL, type:
$ lmver $COBDIR/coblib/libcobol.sl
You can use the following command to get the FLEXlm version of a
binary:
$ strings file | grep Copy
If you omit the argument, lmver tries to find the FLEXlm library
liblmgr.a and warns you that it cannot find it.