Previous Topic: Maintaining User Definitions OnlineNext Topic: Using Batch to Maintain CA Ideal User Definitions


Creating CA Ideal Users in Batch

The usual method to create CA Ideal users is to use the CREATE USER command. However, adding large numbers of users this way can be a time-consuming process. CA Ideal users can be created in batch using Datadictionary (DDUPDATE).

A valid CA Ideal user definition consists of the following Datadictionary entity-occurrences:

Following is a sample set of DDUPDATE transactions to add a new user to CA Ideal:

    -ADD PERSON,long-user-name
	1003 RELT,SYSTEM,system-name(ver),PER-SYS-ACCESS 
	1003 DATA,$IDx 
	1010 ADD $$ID-ADM 
	1010 ADD $$ID-DVW 
	1010 ADD $$PR-ADM 
	1010 ADD $$ID-USE 
	1014 pppppppppppp uuu 
	-END
	-UPD PERSON,long-user-name(001),PROD
	-END

When these transactions have been successfully executed, the new CA Ideal user is ready to sign on.