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

How to remove keep command in intertest.


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
r.ravikumar

New User


Joined: 05 Jan 2007
Posts: 18
Location: chennai

PostPosted: Wed Sep 24, 2008 2:08 pm
Reply with quote

I have used keep command to see the value of a variable in intertest. But now i don't want the variable to appear on the top of screen. What command should i use?
Back to top
View user's profile Send private message
ramesh_ibm

New User


Joined: 17 Nov 2007
Posts: 16
Location: banglore

PostPosted: Thu May 14, 2009 10:51 pm
Reply with quote

just type D in the line command ..keep variable will get deleted
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Fri May 15, 2009 12:20 am
Reply with quote

Intertest commands:

Code:

B Bypass monitoring of instruction at automatic bkpt, press PF5.
C Set conditional breakpoint (CBP) at current location. A menu
    prompts you to enter the condition, such as IF TASKNUM > 2.
D Under variable
   Display Main Storage structured display for specified variable.
   Overtype storage value to change it.
D Display Object Code for instruction.
G Go [resume execution] at this instruction instead of breakpoint.
K Under Variable
   Keep data item in keep window at top of source listing.
   Window shows current value (in Character and Hex) at
   breakpoint. Overtype keep window value to change it.
M Under Variable
[   COBOL, PL/I only] Display formatted MOVE command to
    modify value of data item. Valid entries for FROM field are:
   1. ZEROS, SPACES, LOW-VALUES, HIGH-VALUES,
   QUOTES; 2. Variable name; 3. Numeric Literal, optionally
   preceded by + or - ; 4. Alphanumeric literal in single quotes,
   optionally preceded by ALL.
U Set unconditional breakpoint (UBP) at selected statement.
   From Procedure Names label, sets UBP at all labels.
   From Cross-Reference section, sets UBP at all occurrences.
V Under Variable
   [COBOL, Assembleronly] Set variable-change breakpoint
   (VBP) for this variable; VBP occurs when variable’s value changes.
X Remove breakpoint,  remove data, remove kept data.
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 -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
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