TEMPLATE Procedure: Creating ODS Graphics
See: |
For complete documentation on the syntax and usage of
the Graph Template Language, see the following documentation: SAS Graph Template Language: Reference and SAS Graph Template Language: User's Guide.
|
Syntax
PROC TEMPLATE;
DEFINE STATGRAPH graph-path </ STORE=libref.template-store>;
DYNAMIC variable-1<'text-1'><variable-n<'text-n'>>;
MVAR variable-1<'text-1'><variable-n<'text-n'>>;
NMVAR variable-1<'text-1'><variable-n<'text-n'>>;
graph-template-language-statements
END;
Copyright © SAS Institute Inc. All rights reserved.