|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Reads the VIYA file-extension type definition and returns selected values in SAS macro variables. More...
Go to the source code of this file.
Content is derived from the following endpoint: "https://${serverUrl}/types/types?limit=999999"
| [in] | ext | File extension to retrieve property info for. |
| [out] | propertiesVar= | SAS macro variable name that will contain the 'properties' object json, if found, else blank. |
| [out] | typeDefNameVar= | SAS macro variable name that will contain the 'typeDefName' property value, if found, else blank. |
| [out] | mediaTypeVar= | SAS macro variable name that will contain the 'mediaType' property value, if found, else blank. |
| [out] | viyaFileExtRespLibDs | (work.mv_getViyaFileExtParmsResponse) Library.name of the dataset to receive the local working copy of the initial response that requests all file extension details. Created once per session to avoid multiple api calls. |
| [in] | mdebug= | (0) Set to 1 to enable DEBUG messages |
Definition in file mv_getviyafileextparms.sas.