UPDATE APPLIST

Function

Update an application list object record in the target CICS region control file.

Syntax

Read syntax diagramSkip visual syntax diagram
UPDATE APPLIST

                             .---,ADDIFNEW(-NO-)----.   
>>-UPDATE APPLIST(listname)--+----------------------+----------->
                             '-,ADDIFNEW(-+-YES-+-)-'   
                                          '-NO--'       

>--+------------------------------------------------------+----->
   '-,GROUPS(groupname-1[, groupname-2, ...,groupname-n])-'   

>--,REMOVEGROUPS(groupname-1[, groupname-2, ...,groupname-n])--><

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.

Reference Reference

Feedback


Timestamp icon Last updated: Monday, 2 December 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.bac.doc/cbka1/cbka1f19.html