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

Get the properties of a Stored Process. More...

Go to the source code of this file.

Detailed Description

Extracts various properties and creates an output table in the structure below:

STP_URI:$200. SERVERCONTEXT:$200. STOREDPROCESSCONFIGURATION:$1000. SOURCECODE_FIRST32K:$32767. PATH:$76.
A5DN9TDQ.BH0000C8 SASApp <?xml version="1.0" encoding="UTF-8"?><StoredProcess><ServerContext LogicalServerType="Sps" OtherAllowed="false"/><ResultCapabilities Package="false" Streaming="true"/><OutputParameters/></StoredProcess> put first 32767 bytes of code; /path/to/my/stp
Parameters
[in]pgmThe metadata path of the Stored Process
[out]outds=(work.mm_getstpinfo) The output table to create
[in]mdebug=(0) Set to 1 to enable DEBUG messages

Related Files

Definition in file mm_getstpinfo.sas.