How to find version/release and patch level of Vision:Results?
Vision:Results
z/OS
The version of Vision product will list in the output of a job/program in the title pages or banner pages.
You can also see the version currently used and display active options by running the verification job below.
//VERIFY EXEC PGM=DYL280,REGION=0M
//* TARGET LOADLIB
//STEPLIB DD DISP=SHR,DSN=your.hlq <==========Change to your Vision:results restlib
//SYSIN DD *
FILE SYSIN CARDS
DATAIN 8
LIST DATAIN
FIN
TEST JOB
/*
//SYS280R DD SYSOUT=*
//SYS004 DD UNIT=VIO,SPACE=(TRK,(10,5))
//SYSPRINT DD SYSOUT=*
//SYSWRK DD UNIT=SYSDA,SPACE=(TRK,(10,5))
//
*******************************************
In the output
to find the release/version search for VISION:RESULTS
to find the PTFS applied search for PATCH
Sample report output:
COMPUTER ASSOCIATES VISION:RESULTS 6.0 * ---->> This is the release of Vision Results
1--------------------VISION:RESULTS FREE FORM TEXT
FILE SYSIN CARDS
DATAIN 8
LIST DATAIN
FIN
.....
DEFAULT OPTIONS SPECIFIED ARE:
ASALINE(N/), BATCHIQ(IIBATCH/), CBXSIGN(N/), CENTNEW(75/), CENTRY1(/), CENTRY2(/), COBAPOS(Y/), ---->> multiple lines showing all the options selected are displayed next similar to this
COBEDIT(A/), COBENV(N/), COMPERR(N/), COB2NR(N/), COMPWRK(1500K/),
.........
YOUR SYSTEM HAS PATCH # 60001,60011, 60012, 60013, 60014, 60015, --->>> these are your PTFs that are applied to your system, technical support can assist in determining the published numbers in the database
60025, 60026, 60027, 60028, 60029,60039, 60040, 60041, 60042, 60043,
60053, 60054, 60055, 60056, 60057,