Special attribute and resource table considerations

Certain attributes in the CICSPlex® SM resource tables are for internal use only; you should not attempt to modify or manipulate them. Similarly, certain resource tables can be accessed only in certain ways.

EYU_ attributes

In CICS® Resource and CICS Monitored tables, CICSPlex SM uses the following attributes to uniquely identify which CICS system contains the resource:

These attributes are included in every CICS Resource and CICS Monitored resource table record. However, you should not refer to these attributes in any API or batched repository-update facility command.

CHANGETIME and CREATETIME attributes

The resource table descriptions identify the CHANGETIME attribute for CICSPlex SM and CICS definitions. The CHANGETIME attribute always contains the date and time of the last modification to the definition. CICS definition resource tables also include the CREATETIME attribute, which is the date and time at which the definition was created.

The CHANGETIME and CREATETIME attributes are maintained internally by CICSPlex SM. You should not attempt to change their values in any way.

LNKSxSCG records (LNKSMSCG, LNKSRSCG, LNKSWSCG)

When a CICSPlex SM specification-to-CICS system group link record (LNKSxSCG) is created or removed, an additional operand, keyword, is required. This keyword indicates how the link being created or removed applies to the current members of the CICS system group. The keywords for the CREATE and REMOVE commands are as follows:

CREATE
Specify one of the following:
FORCE
All current members of the CICS system group should have implicit links established to the named specification. When a link already exists, it is replaced with the newly CREATEd link.
NULL
Current members of the CICS system group should have implicit links established to the named specification only if no link already exists.
NONE
No implicit links should be established.
REMOVE
Specify one of the following:
KEEP
All implicit links are to be converted to explicit links.
NONE
No implicit links are to be converted to explicit links.
Note:
You cannot update LNKSxSCG records using the API or batched repository-update facility; you must use the end-user interface.

LNKSxSCS records (LNKSMSCS, LNKSRSCS, LNKSWSCS)

Start of changeWhen a CICSPlex SM specification-to-CICS system link record (LNKSxSCS) is created or removed using the batched repository-update facility, two of the keyword (value) operand pairs cannot be used. The keyword(value) pairs that must be omitted from the CREATE and REMOVE commands are the LINK and GROUP pairs. For more information, see the description of the batched repository-update facility in the CICSPlex System Manager Administration book.End of change

Start of change

CSYSDEF xxxACTION and xxxSEV attributes

The CICSPlex SM API allows the CSYSDEF xxxACTION and xxxSEV attributes to be used in more than one way.

The following values can be specified for the xxxACTION attributes:

  1. The name of an action that is to be taken when this condition occurs.
  2. An asterisk (*). This allows the action to be inherited. The rules for specifying inheritance are given in CSYSDEF Resource Table.
  3. Leave the attribute blank. This causes a default value to be used. Default notification values are listed in the CICSPlex System Manager Managing Resource Usage book.

The following values can be specified for the xxxSEV attributes:

  1. The value that is to be used as the severity for this condition.
  2. NO. This means that the condition is not to be monitored.
  3. The EYUDA INHERIT value. This causes the value to be inherited.
  4. The EYUDA N_A value. This causes the default security level for this condition to be used.
End of change [[ Contents Previous Page | Next Page Index ]]