com.ibm.cics.model

Interface IMapSetDefinition

    • Method Detail

      • getResident

        IMapSetDefinition.ResidentValue getResident()
        Getter for field RESIDENT

        Residence status

        The residence status of the map set:

        • NO - The map set is not to be permanently resident.
        • YES - The map 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

        IMapSetDefinition.StatusValue getStatus()
        Getter for field STATUS

        Map set status

        The map set status:

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

        IMapSetDefinition.UsageValue getUsage()
        Getter for field USAGE

        Map set storage release

        Specifies when the storage for this map set is released:

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

        IMapSetDefinition.UselpacopyValue getUselpacopy()
        Getter for field USELPACOPY

        Use map set from link pack area (LPA) option

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

        • NO - The map set is not to be used from the LPA. It is loaded into the CICS partition.
        • YES - The map set can be used from the LPA if LPA=YES is specified as a system initialization parameter.
      • 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.