Previous Topic Next topic Print topic


TAUCMGRC - Get Root Containers

To disable the RELEASE entry in the tree view, perform the following changes in the REXX procedure TAUCMGRC:

Change the stem variable outrec from:

outrec. = ''                            

outrec.1 = 'Releases,'sec_parms',RELEASESROOT'      

outrec.2 = 'Applications,'sec_parms',APPLICATIONS'  

outrec.0 = 2                           

to:

outrec. = ''                            

outrec.1 = 'Applications,'sec_parms',APPLICATIONS'  

outrec.0 = 1                           
Previous Topic Next topic Print topic