PRTNDEFAggregateRecordType

Partition Set Definitions aggregate record

Fields

CSDGroup (StringAggregationType)

The name of the CSD group for this CICS resource definition. This field is ignored for BAS definitions.

changeAgent (EnumAggregationType)

The change agent identifier that made the last modification.

  • CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
  • CSDBATCH - The resource was last changed by a DFHCSDUP job.
  • DREPAPI - Resource was last changed by a CICSPlex SM API command.
changeAgentRelease (StringAggregationType)

The CICS release level of the agent that made the last modification.

changeTime (DateAggregationType)

The local date and time when the definition was last changed.

changeUserID (StringAggregationType)

The user ID that made the last modification.

createTime (DateAggregationType)

The local date and time when the definition was created.

desccodepage (LongAggregationType)

The code page of the description field. This field is ignored for CICS CSD resource definitions.

description (StringAggregationType)

A description of the partition set definition.

name (StringAggregationType)

The name of the partition set definition.

resident (EnumAggregationType)

The residence status of the partition set:

  • NO - The partition set is not to be permanently resident.
  • YES - The partition set is to be loaded on first reference and is then to be permanently resident in virtual storage, but is to be pageable by the operating system.
status (EnumAggregationType)

The partition set status.

  • DISABLED - The partition set cannot be used.
  • ENABLED - The partition set can be used
usage (EnumAggregationType)

Specifies when the storage for this partition set is released:

  • NORMAL - When the use count for this partition set reaches zero, it becomes eligible for removal from storage as part of the normal dynamic program compression process.
  • TRANSIENT - When the use count for this partition set becomes zero, the storage for this partition set is released. This value should be specified for partition sets that are referenced infrequently.
uselpacopy (EnumAggregationType)

Specifies whether the partition set is to be used from the link pack area (LPA):

  • NO - The partition set is not to be used from the LPA. It is loaded into the CICS partition.
  • YES - The partition set can be used from the LPA if LPA=YES is specified as a system initialization parameter. The use of the partition set from the LPA requires that it has been installed there and that the partition set is not named by the PRVMOD start-up option.
userdata1 (StringAggregationType)

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

userdata2 (StringAggregationType)

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

userdata3 (StringAggregationType)

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

version (LongAggregationType)

The version number of the BAS resource definition, from 1 to 15. This field is ignored for CICS CSD resource definitions.