Test the new device entry. The TARGET= graphics option specifies the new device. Since GDEVICE0 is already defined, SAS/GRAPH looks first in that catalog for the specified device entry. The GTESTIT procedure produces a test picture that show the new colors list and a listing in the LOG.
goptions target=mypscol;
proc gtestit pic=1;
run;