Previous Page | Next Page

Annotate Dictionary

%SYSTEM Macro



Defines the Annotate reference systems and the XSYS, YSYS, and HSYS variables.
Variables written out: HSYS, XSYS, YSYS
Prerequisite: You must run the %ANNOMAC macro before using any other annotate macros. For more information, see Making the Macros Available.

Syntax
Details

Syntax

%SYSTEM (xsys, ysys, hsys);

xsys, ysys, hsys

specify values that represent a coordinate system and an area of the output, as defined for the Annotate XSYS Variable. The default is %SYSTEM (4, 4, 4).


Details

Note:   Not all coordinate systems are valid with all Annotate variables or all SAS/GRAPH procedures. See Annotate Functions for any restrictions that apply to the variable that you want to use.  [cautionend]

The ZSYS variable cannot be set through this macro. Use an explicit variable assignment instead:

zsys="value"; output;

See Coordinate Systems for a description of the areas and coordinate systems.

Previous Page | Next Page | Top of Page