Common Parameters
The following common parameters are used throughout this space.
location
A place at which breakpoints are set or deleted. The following types of locations are valid:
statement-number ALL [STATE]
paragraph-name ALL PARA
program-name ALL PROG
module-name ALL MOD
procedure-name ALL PROC
label-name ALL LABELS
address ALL FUNC
+/- offset ALL SQL [subtype]
address-expression ALL DLI [subtype]
CSECT name ALL MQ [subtype]
ALL variableYou can specify a valid location list separated by spaces or commas, or a range; e.g., statement-number THRU statement-number. THRU is a required keyword when specifying a range. A range is not valid for program-name.
data
A variable, data-name, data-item, data-label, or register (Rn).
CSR
The cursor. When valid, put the cursor on a data-item, variable, data-label, or register and press an assigned PF key.
keyword
Any valid Help topic. For example: AFTER, BATCHCON, S0C1.
literal
Signed or unsigned integer or floating point number, alphanumeric string (' '), hexadecimal string (X' '), or figurative constant (spaces, zeros, high-values, or low-values).
conditional-expression
Any valid expression supported by Code Debug TSO that compares the relationship of two items, tests the truth value of a specified condition, or checks when a program variable changes value. Subsequent action of the program is dependent on the result. The following standard operators are valid:
Equal (=) Not equal (NOT =)
Greater than (>) Not greater than (NOT >)
Less than (<) Not less than (NOT <)
Numeric Not numeric