Returns a dataset with all Stored Processes, or just those in a particular folder / with a particular name. More...
Go to the source code of this file.
Leave blank to get all stps. Provide a Tree (path or uri) or a name (not case sensitive) to filter that way also. usage:
%mm_getstps() %mm_getstps(name=My STP) %mm_getstps(tree=/My Folder/My STPs) %mm_getstps(tree=/My Folder/My STPs, name=My STP)
tree= | the metadata folder location in which to search. Leave blank for all folders. Does not search subdirectories. |
name= | Provide the name of an STP to search for just that one. Can combine with the tree= parameter. |
outds= | the dataset to create that contains the list of stps. |
mDebug= | set to 1 to show debug messages in the log = provide a non blank value to return stored process descriptions = provide a non blank value to return the UsageVersion. This is either 1000000 (type 1, 9.2) or 2000000 (type2, 9.3 onwards). |
Definition in file mm_getstps.sas.