action group create
Creates an action group.
Requires authentication (administrator ID and password) to use.
action group create action_group_name
Options
- action_group_name
- Name of the action group to create. Supports a maximum of 32 action groups. The action group must not exist, or an error is displayed.
A valid action group name is an alphanumeric string that is not case-sensitive. String values are expected to be characters that are part of the local code set. Spaces are not allowed.
Examples of action group names are primary and test-group.
Return codes
- 0
- The command completed successfully.
- 1
- The command failed. When a command fails, the pdadmin command provides a description of the error and an error status code in hexadecimal format (for example, 0x14c012f2). See "Error messages" in the IBM Knowledge Center. This reference provides a list of the ISAM error messages by decimal or hexadecimal codes.
Example
Create the test action group:pdadmin sec_master> action group create test
Parent topic: pdadmin commands