z/OS Debugger subset of PL/I commands

The table below lists the z/OS® Debugger interpretive subset of PL/I commands. This subset is a list of commands recognized by z/OS Debugger that either closely resemble or duplicate the syntax and action of the corresponding PL/I command. This subset of commands is valid only when the current programming language is PL/I.

Command Description
Assignment Scalar and vector assignment
BEGIN Composite command grouping
CALL z/OS Debugger procedure call
DECLARE or DCL Declaration of session variables
DO Iterative looping and composite command grouping
IF Conditional execution
ON Define an exception handler
SELECT Conditional execution