UPDATE APPLIST
Function
Update an application list object record in the target CICS region control file.
Syntax
Description
You can use the UPDATE APPLIST command to modify an application list object record in a CICS region control file. If a record for the specified application list that you are trying to update does not exist in the region control file, the action taken by the file maintenance utility is determined by the ADDIFNEW parameter.
Parameters
- ADDIFNEW({NO|YES})
- Specifies whether or not a new application list object is to be added if the application list named on the UPDATE APPLIST command does not exist in the CICS region control file.
- GROUPS(group-1[,group-2,...group-n])
- Specifies names of application groups to be added to the application list. If you specify more than one group, separate the group names with a comma or a blank.
- REMOVEGROUPS(group-1[,group-2,...group-n])
- Specifies names of groups to be removed from the application list. If you specify more than one group, separate the group names with a comma or a blank.
