Previous Topic: CNTL Monitoring Option SyntaxNext Topic: Multiple Specifications of the Same Option


Examples

To instruct CA InterTest for CICS to limit the number of CICS requests made by program COBDEMO to 40, enter:

CNTL=ON,PROG=cobdemo,MXR=40 

To instruct CA InterTest for CICS to stop limiting the number of CICS requests made by program COBDEMO for user ID BARNEY1, enter:

CNTL=OFF,PROG=cobdemo,MXR=40,USR=BARNEY1

To instruct CA InterTest for CICS to remove all RFC options specified for program COBDEMO, enter:

CNTL=OFF,PROG=cobdemo,RFC=.ALL