We are planning to migrate from View/Deliver r12.2 to r14.0.
Going through the manuals, there are many usermods used.
Since we do not have prior upgrade documentation for the product, is it possible to find which usermods are applied to our environment for View and Deliver?
Release : 14.0
Component : CA View
For an analysis of the SMP/E environment, run the following SMPLIST job:
//XXXXXXXX JOB ...
//GIMSMP01 EXEC PGM=GIMSMP,REGION=0M,
// PARM='CSI=xxxxxx.xxxxxx.CSI,PROCESS=END'
//*
//SMPLOG DD DUMMY
//SMPCNTL DD *
SET BDY(CAIT0). /* INSTALLATION TARGET ZONE */
LIST ALLZONES.
/*
//
The resulting report will show what Usermods have been processed.
Otherwise, you can look in your View CVDEJCL library, to see if there are any modified members, noting as to what they affected.