public interface CicsIssueEndOutputStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsIssueEndOutputStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCicsEndFile()
Returns the value of the 'Cics End File' attribute.
|
void |
setCicsEndFile(boolean value)
Sets the value of the '
Cics End File' attribute. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isCicsEndFile()
The value is true if the ENDFILE option is used; false otherwise.
setCicsEndFile(boolean),
COBOLPackage.getCicsIssueEndOutputStmt_CicsEndFile()void setCicsEndFile(boolean value)
Cics End File' attribute.
value - the new value of the 'Cics End File' attribute.isCicsEndFile()