Generating a DMCL in IDMSBCF fails with error:
GENERATE DMCL GLBLCV20;
Status = -4 SQLSTATE = 42503 Messages follow:
DB003044 C-4M6015: Access has been denied
Release : 19.0
Component : CA IDMS/DB
To be able to modify or generate a DMCL requires the following security:
GRANT ALTER ON DMCL dmcl_name TO userid;
GRANT DBADMIN ON DB SYSTEM TO userid;
If security for DMCL is external then you have to grant the privilege in the external security system.
There may be additional external security error messages in the joblog to indicate what resource you need to grant access to.
See the IDMS Documentation in TechDocs sections GRANT Physical Database Definition Privileges and GRANT Administration Privilege