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.
Release : 13.5 14.0
Component : 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)"