|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Update the source code of a type 2 STP. More...
Go to the source code of this file.
Uploads the contents of a text file or fileref to an existing type 2 STP. A type 2 STP has its source code saved in metadata.
Usage:
%mm_updatestpsourcecode(stp=/my/metadata/path/mystpname ,stpcode="/file/system/source.sas")
| [in] | stp= | the BIP Tree folder path plus Stored Process Name |
| [in] | stpcode= | () The source file (or fileref) containing the SAS code to load into the stp. For multiple files, they should simply be concatenated first. |
| [in] | minify= | (NO) Set to YES in order to strip comments, blank lines, and CRLFs. |
| [in] | mDebug= | set to 1 to show debug messages in the log |
Definition in file mm_updatestpsourcecode.sas.