USE command

The USE command causes the Debug Tool commands in the specified file or data set to be either performed or syntax checked. This file can be a log file from a previous session. The specified file or data set can itself contain another USE command. The maximum number of USE files open at any time is limited to eight. The USE keyword cannot be abbreviated.

Read syntax diagramSkip visual syntax diagram
>>-USE--+-ddname-+--;------------------------------------------><
        '-dsname-'      

ddname
A valid ddname in z/OS®.
dsname
A z/OS data set containing the Debug Tool commands to be performed. If dsname is not enclosed in apostrophes ('), Debug Tool assumes it is a partially-qualified data set name and the user ID is prefixed to form the fully-qualified data set name.

Usage notes

Examples