Using the PARM option
For most CICSPlex® SM and CICS definitions, all of the information needed to process an API request is included in the attributes of the resource table.
- CREATE
- UPDATE
- REMOVE
- GET
PARM('FORCE.')which tells CICSPlex SM that all CICS systems in the CICS system group are to inherit the new specification.
The PARM option is especially useful when working with CICS definitions. For each CICS Definition resource table there is another resource table that describes the definition's association with a resource group (RESGROUP), if one exists. For example, the CONNDEF resource table represents a connection definition and the CONINGRP resource table represents an association between a connection definition and a resource group. The RESGROUP parameter provided with the CREATE and GET commands for CICS Definitions simplifies the processing of these records.
PARM('RESGROUP(resgroup).')Using the RESGROUP parameter automatically creates an xxxINGRP record (such as a CONINGRP record), which describes the association between the CICS definition and its resource group.
PARM('RESGROUP(resgroup).')CICSPlex SM selects CICS definitions only from the specified resource group. If you do not use the PARM option, CICSPlex SM selects definitions from all resource groups, according to the other criteria you specify on the GET command.