|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Update the TextStore in a Document with the same name. More...
Go to the source code of this file.
Enables arbitrary content to be stored in a document object
Usage:
mm_updatedocument(path=/my/metadata/path ,name=docname ,text="/file/system/some.txt")
| [in] | path= | the BIP Tree folder path |
| [in] | name=Document | Name |
| [in] | text=a | source 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 |
Definition in file mm_updatedocument.sas.