Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

GRAPHRC



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

Syntax
Details

Syntax

GRAPHRC | NOGRAPHRC

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.

Previous Page | Next Page | Top of Page