public interface CicsSpoolOpenOutputStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsSpoolOpenOutputStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getClass_()
Returns the value of the 'Class' containment reference.
|
DataRefOrLiteral |
getNode()
Returns the value of the 'Node' containment reference.
|
DataRef |
getOutDescr()
Returns the value of the 'Out Descr' containment reference.
|
DataRefOrLiteral |
getRecordLength()
Returns the value of the 'Record Length' containment reference.
|
DataRef |
getToken()
Returns the value of the 'Token' containment reference.
|
DataRefOrLiteral |
getUserId()
Returns the value of the 'User Id' containment reference.
|
boolean |
isASA()
Returns the value of the 'ASA' attribute.
|
boolean |
isMCC()
Returns the value of the 'MCC' attribute.
|
boolean |
isNOCC()
Returns the value of the 'NOCC' attribute.
|
boolean |
isPrint()
Returns the value of the 'Print' attribute.
|
boolean |
isPunch()
Returns the value of the 'Punch' attribute.
|
void |
setASA(boolean value)
Sets the value of the '
ASA' attribute. |
void |
setClass(DataRefOrLiteral value)
Sets the value of the '
Class' containment reference. |
void |
setMCC(boolean value)
Sets the value of the '
MCC' attribute. |
void |
setNOCC(boolean value)
Sets the value of the '
NOCC' attribute. |
void |
setNode(DataRefOrLiteral value)
Sets the value of the '
Node' containment reference. |
void |
setOutDescr(DataRef value)
Sets the value of the '
Out Descr' containment reference. |
void |
setPrint(boolean value)
Sets the value of the '
Print' attribute. |
void |
setPunch(boolean value)
Sets the value of the '
Punch' attribute. |
void |
setRecordLength(DataRefOrLiteral value)
Sets the value of the '
Record Length' containment reference. |
void |
setToken(DataRef value)
Sets the value of the '
Token' containment reference. |
void |
setUserId(DataRefOrLiteral value)
Sets the value of the '
User Id' 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 getToken()
The value is a representation of the data area specified in the TOKEN option.
setToken(DataRef),
COBOLPackage.getCicsSpoolOpenOutputStmt_Token()void setToken(DataRef value)
Token' containment reference.
value - the new value of the 'Token' containment reference.getToken()DataRefOrLiteral getUserId()
The value is a representation of the data value specified in the USERID option.
setUserId(DataRefOrLiteral),
COBOLPackage.getCicsSpoolOpenOutputStmt_UserId()void setUserId(DataRefOrLiteral value)
User Id' containment reference.
value - the new value of the 'User Id' containment reference.getUserId()DataRefOrLiteral getNode()
The value is a representation of the data value specified in the NODE option.
setNode(DataRefOrLiteral),
COBOLPackage.getCicsSpoolOpenOutputStmt_Node()void setNode(DataRefOrLiteral value)
Node' containment reference.
value - the new value of the 'Node' containment reference.getNode()DataRefOrLiteral getClass_()
The value is a representation of the data value specified in the CLASS option; if that option is not used, the value is null.
setClass(DataRefOrLiteral),
COBOLPackage.getCicsSpoolOpenOutputStmt_Class()void setClass(DataRefOrLiteral value)
Class' containment reference.
value - the new value of the 'Class' containment reference.getClass_()DataRef getOutDescr()
The value is a representation of the pointer reference specified in the OUTDESCR option; if that option is not used, the value is null.
setOutDescr(DataRef),
COBOLPackage.getCicsSpoolOpenOutputStmt_OutDescr()void setOutDescr(DataRef value)
Out Descr' containment reference.
value - the new value of the 'Out Descr' containment reference.getOutDescr()boolean isNOCC()
The value is true if the NOCC option is used; false otherwise.
setNOCC(boolean),
COBOLPackage.getCicsSpoolOpenOutputStmt_NOCC()void setNOCC(boolean value)
NOCC' attribute.
value - the new value of the 'NOCC' attribute.isNOCC()boolean isASA()
The value is true if the ASA option is used; false otherwise.
setASA(boolean),
COBOLPackage.getCicsSpoolOpenOutputStmt_ASA()void setASA(boolean value)
ASA' attribute.
value - the new value of the 'ASA' attribute.isASA()boolean isMCC()
The value is true if the MCC option is used; false otherwise.
setMCC(boolean),
COBOLPackage.getCicsSpoolOpenOutputStmt_MCC()void setMCC(boolean value)
MCC' attribute.
value - the new value of the 'MCC' attribute.isMCC()boolean isPrint()
The value is true if the PRINT option is used; false otherwise.
setPrint(boolean),
COBOLPackage.getCicsSpoolOpenOutputStmt_Print()void setPrint(boolean value)
Print' attribute.
value - the new value of the 'Print' attribute.isPrint()DataRefOrLiteral getRecordLength()
The value is a representation of the data value specified in the RECORDLENGTH option; if that option is not used, the value is null.
setRecordLength(DataRefOrLiteral),
COBOLPackage.getCicsSpoolOpenOutputStmt_RecordLength()void setRecordLength(DataRefOrLiteral value)
Record Length' containment reference.
value - the new value of the 'Record Length' containment reference.getRecordLength()boolean isPunch()
The value is true if the PUNCH option is used; false otherwise.
setPunch(boolean),
COBOLPackage.getCicsSpoolOpenOutputStmt_Punch()