This document describes how to check versions/releases of
CA Easytrieve Plus Report Generator
CA Easytrieve Plus Toolkit
CA Pan/SQL
CA PanAudit Plus
Release : 11.6
Component : CA EASYTRIEVE REPORT GEN
The CA Easytrieve Report Generator release is displayed in the very first header line of each compile listing. A job like this:
...
//COMPNGO EXEC PGM=EZTPA00
//STEPLIB DD DISP=SHR,DSN=your.ezt.CBAALOAD
//EZOPTBL DD DISP=SHR,DSN=your.ezt.EZOPTBL
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
*
JOB INPUT NULL
DISPLAY 'HELLO EASYTRIEVE WORLD !'
STOP
...
is going to display the version/release in the output:
...
01/21/20 11:05:24 CA Easytrieve 11.6 SP0 ...
...
In order to check the Pan/SQL release, view the DQSPSXS load module and do a find on 'XVAR2'. You should see: XVAR202.04.C.
The CA Easytrieve Toolkit and PanAudit have a RELEASE member in their *.SAMPJCL library. For example:
...
* * Jasmine CA-Easytrieve PLUS Toolkit VERSION 2.0 GENLEVEL 0112 ...
...
* * CA-PANAUDIT PLUS V3.0 GENLEVEL 0107 ...
...