Update an existing application group object record in the target CICS region control file.
UPDATE APPGROUP .---,ADDIFNEW(-NO-)----. >>-UPDATE APPGROUP(groupname)--+----------------------+---------> '-,ADDIFNEW(-+-YES-+-)-' '-NO--' >--+--------------------------------------------------+---------> '-,ADDFILES(filename-1[,filename-2,..,filename-n])-' >--+-----------------------------------------------+------------> '-,ADDPROGRAMS(progid-1[,progid-2,..,progid-n])-' >--+--------------------------------------------+---------------> '-,ADDTDQUEUES(tdqid-1[,tdqid-2,..,tdqid-n])-' >--+--------------------------------------------------+---------> '-,ADDTRANSIDS(transid-1[,transid-2,..,transid-n])-' >--+-----------------------------------------------------+------> '-,REMOVEFILES(filename-1[,filename-2,..,filename-n])-' >--+--------------------------------------------------+---------> '-,REMOVEPROGRAMS(progid-1[,progid-2,..,progid-n])-' >--+-----------------------------------------------+------------> '-,REMOVETDQUEUES(tdqid-1[,tdqid-2,..,tdqid-n])-' >--+-----------------------------------------------------+----->< '-,REMOVETRANSIDS(transid-1[,transid-2,..,transid-n])-'
You can use the UPDATE APPGROUP command to modify an application group object record in a CICS region control file. If a record for the specified application group 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.