com.ibm.cics.model

Interface IPartitionSetDefinition

    • Method Detail

      • getResident

        IPartitionSetDefinition.ResidentValue getResident()
        Getter for field RESIDENT

        Residence status

        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.
      • getStatus

        IPartitionSetDefinition.StatusValue getStatus()
        Getter for field STATUS

        Partition set status

        The partition set status.

        • DISABLED - The partition set cannot be used.
        • ENABLED - The partition set can be used
      • getUsage

        IPartitionSetDefinition.UsageValue getUsage()
        Getter for field USAGE

        Partition set storage release

        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.
      • getUselpacopy

        IPartitionSetDefinition.UselpacopyValue getUselpacopy()
        Getter for field USELPACOPY

        Use copy of partition set from link pack area (LPA)

        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.
      • getUserdata1

        java.lang.String getUserdata1()
        Getter for field USERDATA1

        User data area 1

        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.

      • getUserdata2

        java.lang.String getUserdata2()
        Getter for field USERDATA2

        User data area 2

        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.

      • getUserdata3

        java.lang.String getUserdata3()
        Getter for field USERDATA3

        User data area 3

        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.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.