Previous Page
|
Next Page
SGDESIGN Procedure
Syntax
Procedure Syntax
PROC SGDESIGN Statement
DYNAMIC Statement
Overview
Concepts
Examples
Creating a Graph and Subsetting the Data
Creating a Graph That Uses a Different Data Set
Using the DYNAMIC Statement to Specify a Column and a Character String
Global statements:
BY
,
FORMAT
,
LABEL
,
ODS GRAPHICS
,
WHERE
Syntax
PROC SGDESIGN
SGD=
"SGD-file-specification"
<
option(s)
>
;
DYNAMIC
dynamic-var–1
=
"assigned-value–1"
<
dynamic-var–n
=
"assigned-value-n"
>
;
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page