Top Secret equivalent for ADDGROUP <WMLZGRP> and ADDUSER <MLZUSR>
search cancel

Top Secret equivalent for ADDGROUP <WMLZGRP> and ADDUSER <MLZUSR>

book

Article ID: 278506

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

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

Environment

Component : TSSMVS
Release : All

Resolution

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