public interface CicsWaitJournalStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWaitJournalStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getJFileId()
Returns the value of the 'JFile Id' containment reference.
|
DataRefOrLiteral |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
boolean |
isStartIO()
Returns the value of the 'Start IO' attribute.
|
void |
setJFileId(DataRefOrLiteral value)
Sets the value of the '
JFile Id' containment reference. |
void |
setReqId(DataRefOrLiteral value)
Sets the value of the '
Req Id' containment reference. |
void |
setStartIO(boolean value)
Sets the value of the '
Start IO' 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
DataRefOrLiteral getJFileId()
The value is a representation of the data value specified in the JFILEID option.
setJFileId(DataRefOrLiteral),
COBOLPackage.getCicsWaitJournalStmt_JFileId()void setJFileId(DataRefOrLiteral value)
JFile Id' containment reference.
value - the new value of the 'JFile Id' containment reference.getJFileId()DataRefOrLiteral getReqId()
The value is a representation of the data value specified in the REQID option.
setReqId(DataRefOrLiteral),
COBOLPackage.getCicsWaitJournalStmt_ReqId()void setReqId(DataRefOrLiteral value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()boolean isStartIO()
The value is true if the STARTIO option is present; false otherwise.
setStartIO(boolean),
COBOLPackage.getCicsWaitJournalStmt_StartIO()void setStartIO(boolean value)
Start IO' attribute.
value - the new value of the 'Start IO' attribute.isStartIO()