If you are in a non-windowing
or batch environment, the GDEVICE procedure automatically starts in
program mode. If you are in a windowing environment, specify the NOFS
option to start the GDEVICE procedure in program mode:
proc gdevice nofs;
By default, the GDEVICE
procedure accesses the current catalog in browse mode and prompts
you in the LOG to enter additional program statements.
(See The Current Catalog.) To specify the current catalog, include the CATALOG= option
in the PROC GDEVICE statement.
Once you start the GDEVICE procedure, you can enter
and run additional statements without resubmitting the PROC GDEVICE
statement. You can exit the GDEVICE procedure in these three ways:
-
submit the END, QUIT, or STOP statement
-
submit another PROC statement or
DATA step
-
PROC GDEVICE procedure
output is displayed in the
Output window.