Displaying the USE Options in Effect

To display USE options in effect, enter the ? USE query in a stored procedure:

? USE

This query displays a list of data sources you specified with the USE commands, with options currently in effect.

Example: Displaying USE Options

A sample output from the ? USE command is:

? USE
 DIRECTORIES IN USE ARE:
 CAR
 EMPLOYEE
 JOBFILE
 EDUCFILE