

Breakpoint Activities › Work with Data at a Breakpoint › Modify the Value of a Data Item with a MOVE Command
Modify the Value of a Data Item with a MOVE Command
COBOL and PL/I
CA InterTest for CICS provides a preformatted MOVE command that lets you easily modify the value of a COBOL or PL/I data item. Request the MOVE command from the following places:
- Where the data item is defined in the source listing
- A Keep window
- Any place in the listing where the data item is referenced
To modify a data item from the statement where it is defined or from a Keep window, follow these steps:
- Enter m to the left of the statement. To modify more than one data item, enter m next to each item in the order in which they appear.
- Press Enter. CA InterTest for CICS generates a fill‑in‑the‑blank MOVE command for each data item selected.
To modify a data item from where it is referenced, follow these steps:
- Enter m to the left of any statement in the listing containing the data item.
- Place the cursor under the data item.
- Press Enter. CA InterTest for CICS generates a fill‑in‑the‑blank MOVE command for each data item selected.
Note: This function is not supported for Assembler users.
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|