Chapter Contents

Previous

Next
The GDEVICE Procedure

LIST Statement


Lists all of the parameters of the specified device entry in the Output window.

Default: _ALL_
See also: Program Mode


LIST <device-entry>
<_ALL_>
<_NEXT_>
<_PREV_>
<DUMP>;


Options

device-entry
specifies the one-level name of the device entry whose contents you want to list. The entry must exist in the current catalog.

_ALL_
lists only the name, description, and creation date of all device entries in the current catalog. This is the default. If no entries exist in the catalog, the GDEVICE procedure issues a message.

_NEXT_
lists the contents of the next device entry. The GDEVICE procedure lists the first entry in the catalog if no entries have been previously listed.

_PREV_
lists the contents of the previous device entry. If you have not previously listed the contents of a device entry, the GDEVICE procedure issues the following message:
No objects preceding current object.

DUMP
lists detailed information on all device entries in the current catalog. Depending on the number of device entries in the catalog, the DUMP option can create a large amount of output.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.