Previous Topic: ExampleNext Topic: Example


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:

To modify a data item from the statement where it is defined or from a Keep window, follow these steps:

  1. 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.
  2. 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:

  1. Enter m to the left of any statement in the listing containing the data item.
  2. Place the cursor under the data item.
  3. 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.