IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

CNTL= Command Syntax Documentation


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
drowelf
Warnings : 1

New User


Joined: 03 Mar 2006
Posts: 47
Location: Simpsonville, SC

PostPosted: Tue Aug 31, 2021 9:09 pm
Reply with quote

I'm new to CICS and Intertest. I've been given some initial training on Intertest and would like to increase my knowledge of the various options that can be entered on the CNTL= command when entered at the CICS terminal. I've searched the web and the CA (Broadcom) web site, but can not seem to find any documentation on the details for the CNTL command syntax. For example, I've been shown the following command

CNTL=ON,PROG=xyzzy,UBP=((#1),F=.ANY)

Now I know that this is setting an unconditional breakpoint in the program, but would like to know what the (#1),F=.ANY signifies. The person who passed this information to me did not know. They states, its just what they use.

So I would like to find out the syntax for the CNTL= command, what these options mean and any others I can use.

Another I've seen while in the debugger, is CNTL=GO,TASK=xyzzy,?

where I've found that ? can be C or X, but I can not find any docs on what other options can be found.

TIA
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1255
Location: Bamberg, Germany

PostPosted: Wed Sep 01, 2021 8:58 pm
Reply with quote

STFW for Intertest CICS User Guide. The PDF you are looking for is among the first hits. CNTL description to be found in chapter 9.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Wed Sep 01, 2021 9:36 pm
Reply with quote

Code:
CNTL=CKPT              Start and end checkpointing
CNTL=END               Stop the execution of InterTest monitoring in a CICS region
CNTL=EXCL              Exclude a program, transaction, or terminal from InterTest monitoring
CNTL=INCL              Allow a program, transaction, or terminal to be monitored by InterTest
CNTL=ABP               Activate and deactivate the global automatic breakpoint facility
CNTL=PURGE             Start and end purging of breakpointed tasks
CNTL=GLOG              Start and end logging of CNTL commands and CORE changes
CNTL=ON,PROG=.ALL      Declare monitoring for all application programs executing in a CICS region
CNTL=OFF,PROG=.ALL     Remove monitoring from all application programs executing in a CICS region


Code:
CNTL Option                   Description

 

,BYP                   Bypass storage protection or monitoring of BALR 14,15 and BALR 14,14
                       routines (for XA, BASSM, and BASR)
,CSA=(offset,length)   Do not protect specified areas of CSA or CWA
,LET=name              Do not protect storage occupied by a specified program or module
,LET=(address,length)  Do not protect a specified storage area
,MON=location          Set segmented monitoring on
,NOM=location          Set segmented monitoring off
,OVR=errorcode         Disregard an error condition that would typically cause an
                       automatic breakpoint
,STR=ON                Preserve a copy of the CICS Trace Table for the duration of
                       a breakpoint
,TON=*                 Limit monitoring to the current terminal
,TON=terminal id       Limit monitoring to the specified terminal id
,USH=on,               Remove storage protection from storage areas in the shared
                       subpool


Code:
cntl=off,prog=PGMXXX
Most important one icon_smile.gif
Back to top
View user's profile Send private message
drowelf
Warnings : 1

New User


Joined: 03 Mar 2006
Posts: 47
Location: Simpsonville, SC

PostPosted: Thu Sep 09, 2021 11:59 pm
Reply with quote

Joerg.Findeisen wrote:
STFW for Intertest CICS User Guide. The PDF you are looking for is among the first hits. CNTL description to be found in chapter 9.


Thanks, I eventually found that manual too. Just took a bunch of searches before I found it.

Gotta love the internet. Sometimes a search returns way too many hits.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
Search our Forums:

Back to Top