public interface CicsCheckACQProcessStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsCheckACQProcessStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getABCode()
Returns the value of the 'AB Code' containment reference.
|
DataRef |
getABProgram()
Returns the value of the 'AB Program' containment reference.
|
DataRef |
getCompStatus()
Returns the value of the 'Comp Status' containment reference.
|
DataRef |
getMode()
Returns the value of the 'Mode' containment reference.
|
DataRef |
getSuspStatus()
Returns the value of the 'Susp Status' containment reference.
|
void |
setABCode(DataRef value)
Sets the value of the '
AB Code' containment reference. |
void |
setABProgram(DataRef value)
Sets the value of the '
AB Program' containment reference. |
void |
setCompStatus(DataRef value)
Sets the value of the '
Comp Status' containment reference. |
void |
setMode(DataRef value)
Sets the value of the '
Mode' containment reference. |
void |
setSuspStatus(DataRef value)
Sets the value of the '
Susp Status' containment reference. |
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
DataRef getCompStatus()
The value is a representation of the CICS value data area specified in the COMPSTATUS option.
setCompStatus(DataRef),
COBOLPackage.getCicsCheckACQProcessStmt_CompStatus()void setCompStatus(DataRef value)
Comp Status' containment reference.
value - the new value of the 'Comp Status' containment reference.getCompStatus()DataRef getABCode()
The value is a representation of the data area specified in the ABCODE option; if that option is not used, the value is null.
setABCode(DataRef),
COBOLPackage.getCicsCheckACQProcessStmt_ABCode()void setABCode(DataRef value)
AB Code' containment reference.
value - the new value of the 'AB Code' containment reference.getABCode()DataRef getABProgram()
The value is a representation of the data area specified in the ABPROGRAM option; if that option is not used, the value is null.
setABProgram(DataRef),
COBOLPackage.getCicsCheckACQProcessStmt_ABProgram()void setABProgram(DataRef value)
AB Program' containment reference.
value - the new value of the 'AB Program' containment reference.getABProgram()DataRef getMode()
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.
setMode(DataRef),
COBOLPackage.getCicsCheckACQProcessStmt_Mode()void setMode(DataRef value)
Mode' containment reference.
value - the new value of the 'Mode' containment reference.getMode()DataRef getSuspStatus()
The value is a representation of the data area specified in the SUSPSTATUS option; if that option is not used, the value is null.
setSuspStatus(DataRef),
COBOLPackage.getCicsCheckACQProcessStmt_SuspStatus()void setSuspStatus(DataRef value)
Susp Status' containment reference.
value - the new value of the 'Susp Status' containment reference.getSuspStatus()