com.ibm.etools.cobol.application.model.cobol

Interface CicsCheckACQProcessStmt

  • All Superinterfaces:
    ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsCheckACQProcessStmt
    extends CicsStmt
    A representation of the CICS CHECK ACQPROCESS command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsCheckACQProcessStmt()
    • Method Detail

      • getCompStatus

        DataRef getCompStatus()
        Returns the value of the 'Comp Status' containment reference.

        The value is a representation of the CICS value data area specified in the COMPSTATUS option.

        Returns:
        the value of the 'Comp Status' containment reference.
        See Also:
        setCompStatus(DataRef), COBOLPackage.getCicsCheckACQProcessStmt_CompStatus()
      • setCompStatus

        void setCompStatus(DataRef value)
        Sets the value of the 'Comp Status' containment reference.
        Parameters:
        value - the new value of the 'Comp Status' containment reference.
        See Also:
        getCompStatus()
      • getABCode

        DataRef getABCode()
        Returns the value of the 'AB Code' containment reference.

        The value is a representation of the data area specified in the ABCODE option; if that option is not used, the value is null.

        Returns:
        the value of the 'AB Code' containment reference.
        See Also:
        setABCode(DataRef), COBOLPackage.getCicsCheckACQProcessStmt_ABCode()
      • setABCode

        void setABCode(DataRef value)
        Sets the value of the 'AB Code' containment reference.
        Parameters:
        value - the new value of the 'AB Code' containment reference.
        See Also:
        getABCode()
      • getABProgram

        DataRef getABProgram()
        Returns the value of the 'AB Program' containment reference.

        The value is a representation of the data area specified in the ABPROGRAM option; if that option is not used, the value is null.

        Returns:
        the value of the 'AB Program' containment reference.
        See Also:
        setABProgram(DataRef), COBOLPackage.getCicsCheckACQProcessStmt_ABProgram()
      • setABProgram

        void setABProgram(DataRef value)
        Sets the value of the 'AB Program' containment reference.
        Parameters:
        value - the new value of the 'AB Program' containment reference.
        See Also:
        getABProgram()
      • getMode

        DataRef getMode()
        Returns the value of the 'Mode' containment reference.

        The value is a representation of the CICS value data area specified in the MODE option; if that option is not used, the value is null.

        Returns:
        the value of the 'Mode' containment reference.
        See Also:
        setMode(DataRef), COBOLPackage.getCicsCheckACQProcessStmt_Mode()
      • setMode

        void setMode(DataRef value)
        Sets the value of the 'Mode' containment reference.
        Parameters:
        value - the new value of the 'Mode' containment reference.
        See Also:
        getMode()
      • getSuspStatus

        DataRef getSuspStatus()
        Returns the value of the 'Susp Status' containment reference.

        The value is a representation of the data area specified in the SUSPSTATUS option; if that option is not used, the value is null.

        Returns:
        the value of the 'Susp Status' containment reference.
        See Also:
        setSuspStatus(DataRef), COBOLPackage.getCicsCheckACQProcessStmt_SuspStatus()
      • setSuspStatus

        void setSuspStatus(DataRef value)
        Sets the value of the 'Susp Status' containment reference.
        Parameters:
        value - the new value of the 'Susp Status' containment reference.
        See Also:
        getSuspStatus()