TSO command (z/OS)

The TSO command lets you issue TSO commands during a z/OS® Debugger session and is valid only in a TSO environment. The TSO keyword cannot be abbreviated.

Read syntax diagramSkip visual syntax diagramTSOtso_command;
tso_command
A valid TSO system command or CLIST name that does not require a parameter.

Usage notes

  • TSO is synonymous to SYSTEM.

Example

List all the data sets in the user catalog.
TSO LISTCAT;

Refer to the following topics for more information related to the material discussed in this topic.