Previous Page | Next Page

SAS Component Language Dictionary

WNAME



Specifies a name for the active window
Category: Window

Syntax
Example
See Also

Syntax

CALL WNAME(window-name);

window-name

is up to 80 characters for the window's name.

Type: Character


Example

Use WNAME to change the window name to "TimeData Application":

call wname('TimeData Application');


See Also

WDEF

WINFO

WREGION

Previous Page | Next Page | Top of Page