Trying to issue commands to CICS but the response is not complete
ADDRESS OPER
"C('F "VCIC",CEMT S FILE("VDD") DSN("VDSN")') CMDLOG(NO)"
Not all lines are being captured.
OPS/MVS
Include STOPEND(NO) and possibly INTERVAL(0) in the ADDRESS OPER or OPSCMD keywords.
ADDRESS OPER
"C('F "VCIC",CEMT S FILE("VDD") DSN("VDSN")') CMDLOG(NO) STOPEND(NO)"
or
ADDRESS OPER
"C('F "VCIC",CEMT S FILE("VDD") DSN("VDSN")') CMDLOG(NO) STOPEND(NO)",
"INTERVAL(0)"
Keyword CAPTURE(nnnn) may be added to the ADDRESS OPER command when only messages that start with nnnn should be considered.
A complete list of the optional keywords may be found in the section ADDRESS OPER Syntax of the manual.