Class GetmainDO

java.lang.Object
com.softwaremining.cics.dto.CicsDO
com.softwaremining.cics.dto.GetmainDO

public class GetmainDO extends CicsDO
GetmainDO encapsulates the parameters for a CICS GETMAIN emulation request.

Fields include:

  • set: optional dataset qualifier
  • length: requested byte size
  • flength: formatted length object
  • initimg: initialization image or pattern
  • Boolean flags to control allocation behavior:
    • isBelow: request below-the-line storage
    • isAny: allow any storage area
    • isShared: allocate shared storage
    • isNosuspend: fail instead of waiting for resources