This article will show you can display Datadictionary entity passwords for Person entities.
Component : CA IDEAL
Component : CA Datacom/DB
Component : Datadictionary
To list all the Datadictionary Person entities with their special protected attributes, run a DDUTILTY report as shown below. By using an asterisk wildcard, all entities will be listed.
//SYSIN DD *
-USR DATACOM-INSTALL,NEWUSER
-RPT INDEX,PERSON,*(ALL,PRIV)
-END
/*
As always, please contact Broadcom support for CA Datacom if you have further questions.