LIST PROCEDURES command

Lists the commands contained in the specified z/OS® Debugger PROCEDURE definitions.

Read syntax diagramSkip visual syntax diagramLISTPROCEDURESname(,name);
name
A valid z/OS Debugger procedure name. If no procedure name is specified, the commands contained in the currently running procedure are displayed. If no procedure is currently running, an error message is issued.

Usage note

Examples
  • Display the commands in the z/OS Debugger procedure p2.
    LIST PROC p2;
  • List the procedures abc and proc7.
    LIST PROCEDURES (abc, proc7);