Graphics Options and Device Parameters Dictionary |
Specifies whether to return a step code at graphics procedure
termination.
Used in: |
GOPTIONS statement
|
Restriction: |
not supported by Java or ActiveX
|
Default: |
GRAPHRC
|
-
GRAPHRC
-
allows a return code at procedure termination.
If the return code is not 0, the entire job might terminate.
-
NOGRAPHRC
-
always returns a step code of 0, even if
the SAS/GRAPH program produced errors.
As a result, the entire job's return code is unaffected by errors in any
graphics procedure. NOGRAPHRC also overrides the ERRABEND system option.
You typically use this option when you
are running multiple jobs in a batch environment. It is useful primarily in
an z/OS batch environment.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.