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: 02-26-2025

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

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

 

Keyword CAPTURE(nnnn) may be added to the ADDRESS OPER command when only messages that start with nnnn should be considered.  

 

 

    

                                               

Additional Information

A complete list of the optional keywords may be found in the section ADDRESS OPER Syntax of the manual.