Interface IProcessTypeDefinition

    • Method Detail

      • getChangeAgent

        IProcessTypeDefinition.ChangeAgentValue getChangeAgent()
        Getter for field CHANGEAGENT

        Last modification agent

        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.
        • N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
      • getFile

        java.lang.String getFile()
        Getter for field FILE

        File name

        The name of the CICS file definition that is used to write the process and activity records of this process type to its associated repository data set. The name can be up to eight characters long.

      • getAuditlog

        java.lang.String getAuditlog()
        Getter for field AUDITLOG

        Audit log name

        The name of a CICS journal to which audit trail records are written, for processes of this type and their constituent activities. The name can be up to eight characters long. If you do not specify an audit log, no audit records will be kept for processes of this type

      • getAuditlevel

        IProcessTypeDefinition.AuditlevelValue getAuditlevel()
        Getter for field AUDITLEVEL

        Audit level

        The initial level of audit logging for processes of this type. If you specify any value other than OFF, you must also specify the AUDITLOG option.

      • getStatus

        ICICSEnums.EnablementValue getStatus()
        Getter for field STATUS

        Enable status

        The initial status of the process type:

        • DISABLED - Processes of this type cannot be created. An EXEC CICS DEFINE PROCESS request that tries to create a process of this type results in the INVREQ condition being returned to the application program.
        • ENABLED - Processes of this type can be created.
      • 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.