Previous Topic: Output DispositionNext Topic: Output Commands


Specifying Output Destinations

You can specify the output destination, name, and disposition for a COMPILE, RUN, PRODUCE, or PRINT command by appending a destination clause to the command.

You can also establish the destination by executing one of the following tasks:

Example

Assuming that the following SET OUTPUT commands are in the user's signon procedure:

SET OUTPUT DESTINATION LIBRARY
SET OUTPUT DISPOSITION HOLD

The shortened syntax is equivalent to,

COMPILE X
COMPILE X DESTINATION LIBRARY DISPOSITION HOLD