GETVERS
GETVERS
GETVERS retrieves the current REXX/CICS, program name, version, and compile time information, and
places it into the REXX variable VERSION. The returned information is in the form: VxRyMmmmm
mm/dd/yy hh.mm, where:
x specifies the REXX/CICS Version number.
y specifies the REXX/CICS Release number.
mm/dd/yy
specifies the compile date for the REXX/CICS base program.
hh.mm
specifies the compile time for the REXX/CICS base program.
Return Codes
0 Normal return
1910 Request failed
Example
'GETVERS'
This example retrieves the current REXX/CICS version and compile time information and places it into the
REXX variable VERSION. Its format could look like: V1R1M0000 03/07/94 12:00.
Commands
Chapter 25. REXX/CICS Commands 353