Macros for SAS Application Developers
https://github.com/sasjs/core
mm_getdocument.sas File Reference

Writes the TextStore of a Document Object to an external file. More...

Go to the source code of this file.

Detailed Description

If the document exists, and has a textstore object, the contents of that textstore are written to an external file.

usage:

%mm_getdocument(tree=/some/meta/path
  ,name=someDocument
  ,outref=/some/unquoted/filename.ext
)

SAS Macros

Parameters
[in]tree=The metadata path of the document
[in]name=Document object name.
[out]outref=full and unquoted path to the desired text file. This will be overwritten if it already exists.
Author
Allan Bowe

Definition in file mm_getdocument.sas.