Space announcement We are no longer updating this version of the documentation for the infrastructure components (DBC, LGC, and NGL).  You can no longer leave comments on it. For the latest version of the documentation, see Common Mainframe Infrastructure 2022 release.

DELETE TREE FORCE


The DELETE TREE FORCE control statement deletes the node identified by a previous SELECT TREE=/ path / control statement, including all values defined at that node, and all subnodes and values defined within it.

The entire registry subtree identified by SELECT TREE is deleted.

Note

Typically, deleting an entire subtree in a registry is performed only as part of a repair and recovery operation at the request of BMC Customer Support. DELETE TREE FORCE might also be used to erase the entire contents of an RTCS registry in preparation for a RESTORE operation.

The following figure illustrates the JCL for RMU DELETE TREE FORCE processing.

RMU DELETE TREE FORCE processing JCL

  //jobname  JOB (acct,room ),programmer,NOTIFY=&SYSUID
//<stepName> EXEC PGM=OSZEXEC8,REGION=0M,
//            PARM='P=OSZRGMNT'
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
SET REGISTRY.DSNAME = prefix.BMC.product.REGISTRY
SELECT TREE = //config/sysb/
DELETE TREE FORCE          
//*

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*