ZOSMIGV1R10_RMM_VRS_DELETED

Description:
This check ensures that an installation has no VRSes which conflict with the new 'DELETED' VRS support. If your installation has VRSes with either DSNAME('DELETED') or JOBNAME(DELETED) you should be aware of the conflict with new 'DELETED' VRS support when migrating from a release below z/OS® V1R10.

The check should be run once for each DFSMSrmm CDS. The RACF® userid used for the System REXX check, (REXX checks run under the security assigned to the IBM® Health Checker for z/OS procedure, hzsproc), issues the RMM SEARCHVRS subcommand and so needs READ access to STGADMIN.EDG.VRS in the FACILITY class.

Reason for check:
This check identifies when a migration action is needed when migrating from a release below z/OS V1R10.
z/OS releases the check applies to:
z/OS V1.8 and z/OS V1.9
Type of check (local, remote, or REXX):
REXX
User override of IBM values:
Start of changeThe following sample shows the defaults for customizable values for this check. Use this sample to make permanent check customizations in an HZSPRMxx parmlib member used at IBM Health Checker for z/OS startup. If you just want a one-time only update to the check defaults, omit the first line (ADDREPLACE POLICY) and use the UPDATE statement on a MODIFY hzsproc command. Note that using non-POLICY UPDATEs in HZSPRMxx can lead to unexpected results and is therefore not recommended.End of change
Start of changeADDREPLACE POLICY[(policyname)] [STATEMENT(name)]End of change
UPDATE
CHECK(IBMRMM,ZOSMIGV1R10_RMM_VRS_DELETED)
INTERVAL(ONETIME)
SEVERITY(MED)
DATE('date_of_the_change')
INACTIVE
REASON('Your reason for making the update.')
Debug support:
Yes, additional information is written to REXXOUT data set.
Verbose support:
Yes, when also used with DEBUG, additional information is written to REXXOUT data set.
Parameters accepted:
Optional PARM('LINKLIB(linklib_dsname)') is supported. linklib_dsname is a fully qualified data set name, specified without quotes, where load modules targeted to the LINKLIB DDDEF name reside. The load module EDGMUPD must be in this data set.

When no PARM value is provided, the check uses SYS1.LINKLIB.

Reference:
For additional information about deleted tape data set support see Considerations for Retaining Data Sets and Volumes in z/OS DFSMSrmm Implementation and Customization Guide.
Messages:
This check issues the following exception messages:
  • EDGH8003E
See theEDGH messages in z/OS MVS System Messages, Vol 5 (EDG-GFS).
SECLABEL recommended for multilevel security users:
SYSLOW - see z/OS Planning for Multilevel Security and the Common Criteria for information on using SECLABELs.