
CSSSTYLE= 'file-specification'<(media-type-1<…media-type-10>)>
specifies a cascading style sheet to apply to your output.
file-specification
specifies a file, fileref, or URL that contains CSS code.
file-specification is one of the following:
"external-file"
is the name of the external file.
Requirement
You must enclose external-file in quotation marks.
fileref
is a file reference that has been assigned to an external file. Use the
FILENAME statement to assign a fileref.
See
For information about the FILENAME statement, see “FILENAME
Statement” in SAS Statements: Reference.
"URL"
is a URL to an external file.
Requirement
You must enclose URL in quotation marks. ...