Trying to secure a CA IDMS TASK code getting error:
GRANT EXECUTE ON TASK nnnnnnnn TO TEST_GROUP;
Status = -4 SQLSTATE = 42600 Messages follow:
Syntax error in line 1 at column 21, token = TASK
DB006001 T683 C-4M330: Unrecognizable token
Release : 19.0
Component : CA IDMS/DB
Tasks are secured by RESOURCE CATEGORY.
Create a new RESOURCE CATEGORY or ALTER an existing one to include the task code:
ALTER RESOURCE CATEGORY category-name
ADD TASK task-name;
GRANT EXECUTE on CATEGORY category-name TO user/group;
See documentation section Syntax for Securing System Resources