Previous Topic: Perform CommandNext Topic: Data Names and Variables


Format Indirect Commands

Rules

Indirect commands and their arguments are free‑form. However, there are several rules to keep in mind as you format your commands:

Example

10 IF DATA‑COUNTER <> 0
THEN M 0 TO DATA‑COUNTER
20 BR

Example

If you have indirect command 10 followed by indirect command 20, to insert commands between the two you would tab to the next blank line, enter indirect commands 11 through 19. Press Enter. CA InterTest for CICS places the commands in numeric sequence.

Example:

00035  * THIS IS A COMMENT LINE

Delete a specific indirect command by overtyping the line number with DEL.