Previous Topic: OSFTSO CommandNext Topic: WTO Command


VER Command

The VER command provides the version number of the CA Automation Point interface to CA OPS/MVS on your workstation.

This command has the following format:

ADDRESS OPS 'VER [CMDRESP(destination)] [PREFIX(newvarname)]'
CMDRESP

(Optional) Directs return information to a specific destination. For a description of valid destination values, see ADDRESS OPS Return Information in this chapter.

Default: REXX

PREFIX

(Optional) Directs return information to a stem variable name (newvarname) other than the default. For more information, see the section ADDRESS OPS Return Information.

Note: The PREFIX operand is valid only if the destination of the return information is REXX.

Default: OPS.VER

Return Information:

The VER command returns one line of information containing four fields. The fields contain the following information:

Field

Description

1

The name of the API (for example, OPS Rexx C API)

2

The version number (for example, 11.3.0.0 Rev=99999)

3

The Build date of the current CA OPS/MVS service in mmm dd yyyy format (for example, Jul 05 2010)

The following is an example of a return information line:

OPS Rexx C API 11.3.0.0 Rev=99999 Jul 05 2010

For more information, see ADDRESS OPS Return Information in this chapter.