Previous Topic: VER CommandNext Topic: ADDRESS VOX Commands


VERV Command

The VERV command provides the version number, maintenance level, and build date of GLV services on your workstation.

The VERV command returns one line of information containing three fields to a REXX variable.

This command has the following format:

ADDRESS GLV 'VERV rexxstem'
rexxstem

Specifies the name of the REXX stem variable that will contain the return information for the command.

Example:

The following is an example of the VERV command:

ADDRESS GLV "VERV LINE" 
say 'The current GLV Manager version is: 'line.1'