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

Interface CicsIssueEndOutputStmt

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


    public interface CicsIssueEndOutputStmt
    extends CicsStmt
    A representation of the CICS ISSUE ENDOUTPUT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsIssueEndOutputStmt()
    • Method Detail

      • isCicsEndFile

        boolean isCicsEndFile()
        Returns the value of the 'Cics End File' attribute.

        The value is true if the ENDFILE option is used; false otherwise.

        Returns:
        the value of the 'Cics End File' attribute.
        See Also:
        setCicsEndFile(boolean), COBOLPackage.getCicsIssueEndOutputStmt_CicsEndFile()
      • setCicsEndFile

        void setCicsEndFile(boolean value)
        Sets the value of the 'Cics End File' attribute.
        Parameters:
        value - the new value of the 'Cics End File' attribute.
        See Also:
        isCicsEndFile()