Not able to capture all the output from CICS CEMT commands
search cancel

Not able to capture all the output from CICS CEMT commands

book

Article ID: 232500

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

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.

 

Environment

Release : 13.5 14.0

Component : OPS/MVS

Resolution

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)"