GRAPHRC

Specifies whether to return a step code at graphics procedure termination.
Used by: GOPTIONS statement
Default: GRAPHRC
Restriction: not supported by Java or ActiveX

Syntax

GRAPHRC | NOGRAPHRC

Parameter Values

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.

Details

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.