RACF commands for adding <WMLZGRP> and <MLZUSR> conversion into Top Secret.
RACF command :
ADDGROUP <WMLZGRP> OMVS(GID(<group-identifier>) OWNER(<owner>)
ADDUSER <MLZUSR> DFLTGRP(WMLZGRP) OMVS(UID(<user-identifier>) HOME(/<home-address>) -
PROGRAM(/<program-address>) -
NAME('WMLZ ID') PASSWORD(<password>) NOOIDCARD
Component : TSSMVS
Release : All
TSS commands for the equivalent for the RACF commands are as follows ;
Top Secret:
TSS CRE(<WMLZGRP>) TYPE(GROUP) DEPT(<dept>) NAME('WMLZGRP group')
TSS ADD(<WMLZGRP>) GID(<group-identifier>)
TSS MODI OMVSTABS
TSS CRE(<MLZUSR>) TYPE(USER) NAME('WMLZ ID') DEPT(<dept>) PASS(<password>)
TSS ADD(<MLZUSR>) GROUP(WMLZGRP) DFLTGRP(WMLZGRP) UID(<user-identifier>) HOME(/<home-address>) -
OMVSPGM(/<program-address>)
TSS MODI OMVSTABS