Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
mm_updatestpservertype.sas File Reference

Updates a type 2 stored process to run on STP or WKS context. More...

Go to the source code of this file.

Detailed Description

Only works on Type 2 (9.3 compatible) STPs

Usage:

%mm_updatestpservertype(target=/some/meta/path/myStoredProcess
  ,type=WKS)
Parameters
[in]target=full path to the STP being deleted
[in]type=Either WKS or STP depending on whether Workspace or Stored Process type required
Version
9.4
Author
Allan Bowe

Definition in file mm_updatestpservertype.sas.