IOMOPERATE Procedure

SET Statement

Modifies various attributes of the connected server.
SET Example

Syntax

Optional Arguments

ATTRIBUTE CATEGORY=
sets the value of an attribute of the connected server.
category
is an alphanumeric string that represents a valid category to which the attribute belongs.
Alias ATTR CAT=
NAME=
sets the value of the name attribute for the connected server.
name
is an alphanumeric string that represents the valid name for the attribute being set.
VALUE=
This command sets the value of an attribute of the connected server.
value
is an alphanumeric string that represents the value to which the attribute is being set.
Alias VAL=
LOG CONFIGURATION=
is used to set a SAS logging facility configuration file on the connected server. This file can be a partial configuration or a complete replacement configuration. For more information, see SAS Logging: Configuration and Programming Reference.
file-reference
is a valid logging appender reference.
"path"
is a valid path.
Alias LOG CONFIG=, LOG CFG=