Skip to Main Content
SAS 9.4 Graph Template Language, 3rd Edition
book

SAS 9.4 Graph Template Language, 3rd Edition

by SAS Documentation
August 2014
Intermediate to advanced content levelIntermediate to advanced
652 pages
20h 38m
English
SAS Institute
Content preview from SAS 9.4 Graph Template Language, 3rd Edition
set sashelp.class;
height=height*2.54;
weight=weight*.45;
label height="Height in CM" weight="Weight in KG";
file print ods=(template="mygraphs.scatter");
put _ods_;
run;
Initializing Template Dynamic Variables and
Macro Variables
A useful technique for generalizing templates is to define dynamic variables or macro
variables that resolve when the template is executed.
You can create new macro variables or use the automatic macro variables that are
defined in SAS, such as the system date and time value (SYSDATE). Both types of
macro variables must be declared before they can be referenced. Whereas automatic
macro variables do not require initialization, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

SAS 9.4 Language Reference, 6th Edition

SAS 9.4 Language Reference, 6th Edition

SAS Institute

Publisher Resources

ISBN: 9781629593111