SAS Macro
|
Description
|
---|---|
%web_drop_table(library-nametable-name)
|
drops the specified
table. Specifying the library name is optional.
|
%web_open_table(library-nametable-name)
|
opens the specified
table. Specifying the library name is optional.
|
%web_open_file(filename, type)
|
opens the specified
file with the specified MIME type.
|
%web_open_url(url)
|
opens the specified
URL.
|