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

Update the TextStore in a Document with the same name. More...

Go to the source code of this file.

Detailed Description

Enables arbitrary content to be stored in a document object

Usage:

mm_updatedocument(path=/my/metadata/path ,name=docname ,text="/file/system/some.txt")

Parameters
[in]path=the BIP Tree folder path
[in]name=DocumentName
[in]text=asource file containing the text to be added
[in]frefin=change default inref if it clashes with an existing one
[out]frefout=change default outref if it clashes with an existing one
[in]mDebug=set to 1 to show debug messages in the log
Version
9.3
Author
Allan Bowe

Definition in file mm_updatedocument.sas.