Package com.softwaremining.cics.dto
Class GetmainDO
java.lang.Object
com.softwaremining.cics.dto.CicsDO
com.softwaremining.cics.dto.GetmainDO
GetmainDO encapsulates the parameters for a CICS GETMAIN emulation request.
Fields include:
set: optional dataset qualifierlength: requested byte sizeflength: formatted length objectinitimg: initialization image or pattern- Boolean flags to control allocation behavior:
isBelow: request below-the-line storageisAny: allow any storage areaisShared: allocate shared storageisNosuspend: fail instead of waiting for resources
-
Field Summary
Fields inherited from class com.softwaremining.cics.dto.CicsDO
handleActive, log, resp, resp2 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetSet()booleanisAny()booleanisBelow()booleanbooleanisShared()setAny()setBelow()setFlength(ISMObject flength) setInitimg(ISMObject initimg) setLength(int length) setLength(ISMNumeric length) setResponse(ISMObject responseField) setSet(AbstractDataObject set) Methods inherited from class com.softwaremining.cics.dto.CicsDO
getCicsRespondCode, getResp, getResp2, isHandleActive, setCicsRespondCode
-
Constructor Details
-
GetmainDO
public GetmainDO()
-
-
Method Details
-
setSet
-
getSet
-
setLength
-
setLength
-
getLength
public double getLength() -
setFlength
-
getFlength
-
setInitimg
-
getInitimg
-
setBelow
-
isBelow
public boolean isBelow() -
setAny
-
isAny
public boolean isAny() -
setNosuspend
-
isNosuspend
public boolean isNosuspend() -
setResponse
-