Previous Topic: CBP: Specify Conditional BreakpointsNext Topic: CSA: Unprotect an Area in the CSA


CMD: Set Indirect Command Statements

To set an indirect command statement for a particular program or terminal, enter:

CMD=((number),F=termid),TEXT='command text'
number

Specifies the indirect command statement line number that will be assigned to the accompanying command text.

F=termid

Specifies the terminal where the program for which the indirect commands are being set will execute from. This provides multiple users with the potential for defining independent sets of indirect commands for each of their debugging sessions. In addition, a single set of commands is shared by all users if F=.ANY is specified.

Note: Indirect commands defined under a specific or .NO terminal take precedence over any existing F=.ANY command set.

TEXT

Specifies the actual indirect command text, which must be enclosed within single or double quotation marks. For details and command syntax, Indirect Commands later in this chapter.