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