
• close the destination with either an ODS markup-family-destination CLOSE
statement or ODS _ALL_ CLOSE statement.
• open the same destination with a second markup family statement. This closes
the first file and opens the second file.
file-specification
specifies the file, fileref, or SAS catalog to write to.
file-specification is one of the following:
external-file
is the name of an external output 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” ...