How can I add the users to a newly created CA Datacom/DB Multi-user (MUF) that uses security?
search cancel

How can I add the users to a newly created CA Datacom/DB Multi-user (MUF) that uses security?

book

Article ID: 44189

calendar_today

Updated On:

Products

Datacom DATACOM - AD

Issue/Introduction

 
 
I have created a new test CA Datacom/DB Multi-user (MUF) environment 
How can I add the users to this new Datadictionary?
 
 


CA Datacom/DB 

Environment

z/VSE or z/OS / CA  Datacom/DB

Resolution

 
You can run CA Datacom DDUPDATE utility to add each new user. 
 
Here is sample DDUPDATE SYSIN:
 
-USR admin-user,password 
-ADD PERSON,user 
1010 ADD $DD-ADM 
1010 ADD $DD-SEC-ADM 
1014 idx 
-END 
-UPD PERSON,user(001),PROD 
-END 
 
   admin-user,password       must be an existing administrator and their password
   user                                is the new user being added
-       idx                                 is the unique 3 character id for the user
 
After you have added the user(s), you could run report to print information for ALL users using DDUPDATE or DDUTILTY with the following SYSIN:
 
-USR admin,password 
-RPT INDEX,PERSON,ALL(ALL,PRIV) 
-END


Note that you can ADD or DELETE, so in order to change an existing profile for an existing person you must DELETE then ADD as shown in the knowledge documents. or below :
-USR DATACOM-INSTALL,NEWUSER 
-UPD PERSON,test person-occ(PROD) 
1010 DEL $DD-OLD-PROFILE 
1010 ADD $DD-NEW 
-END 

Additional Information

Refer to the CA Datacom Security Reference Guide for details on 1010 and 1014 transactions.
 
Refer to the CA Datacom Datadictionary Batch Reference Guide for DDUPDATE and dictionary reports