The VER command provides the version number of the ADDRESS TNG environment on your workstation.
The VER command returns one line of information containing three fields. The fields contain the following information:
|
Field |
Description |
|
1 |
The name of the API (for example, CA NSM REXX API) |
|
2 |
The version number (for example, 11.3.0.0 Rev=99999) |
|
3 |
The build date of the current ADDRESS TNG environment in mmm dd yyyy format (for example, Jul 5 2010) |
The following is an example of a return information line:
CA NSM Rexx API 11.3.0.0 Rev=99999 Jul 5 2010
This command has the following format:
ADDRESS TNG "VER [PREFIX (newvarname)]"
(Optional) Directs return information to a stem variable name (newvarname) other than the default. For more information, see ADDRESS TNG Return Information in this chapter.
Note: The PREFIX operand is only valid if REXX is the destination of the return information.
Default: TNG.VER
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|