Chapter Contents

Previous

Next
The GTESTIT Procedure

Example 1: Testing a GOPTIONS Statement


Features:
GOPTIONS statement
GTESTIT procedure
Sample library member: GR28N01

[IMAGE]

This example illustrates how you can use the GTESTIT procedure to confirm the settings specified on a GOPTIONS statement. In this example, the GOPTIONS statement enlarges the size of the elements in the graphics output by decreasing the number of columns from the default number of columns for the device, resets the font to the default, and specifies a limited colors list.
 Note about code
goptions hpos=45
         vpos=25
         ftext=
         colors=(blue red green);
 Note about code
proc gtestit picture=1;
run;
quit;


Chapter Contents

Previous

Next

Top of Page

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