Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
meta Directory Reference

Metadata Aware Macros.

More...

Detailed Description

These macros have the following attributes:

  OS independent
  Metadata aware
  No X command
  Prefixes: _mm_

Files

 mm_adduser2group.sas
 Adds a user to a group.
 
 mm_assigndirectlib.sas
 Assigns library directly using details from metadata.
 
 mm_assignlib.sas
 Assigns a meta engine library using LIBREF.
 
 mm_createapplication.sas
 Create an Application object in a metadata folder.
 
 mm_createdataset.sas
 Create an empty dataset from a metadata definition.
 
 mm_createdocument.sas
 Create a Document object in a metadata folder.
 
 mm_createfolder.sas
 Recursively create a metadata folder.
 
 mm_createlibrary.sas
 Create a SAS Library.
 
 mm_createstp.sas
 Create a type 1 Stored Process (9.2 compatible)
 
 mm_createwebservice.sas
 Create a Web Ready Stored Process.
 
 mm_deletedocument.sas
 Deletes a Document using path as reference.
 
 mm_deletelibrary.sas
 Deletes a library by Name.
 
 mm_deletestp.sas
 Deletes a Stored Process using path as reference.
 
 mm_getauthinfo.sas
 Extracts authentication info for each user in metadata.
 
 mm_getcols.sas
 Creates a dataset with all metadata columns for a particular table.
 
 mm_getdetails.sas
 extracts metadata attributes and associations for a particular uri
 
 mm_getdirectories.sas
 Returns a dataset with the meta directory object for a physical path.
 
 mm_getdocument.sas
 Writes the TextStore of a Document Object to an external file.
 
 mm_getfoldermembers.sas
 Returns all direct child members of a particular folder.
 
 mm_getfoldertree.sas
 Returns all folders / subfolder content for a particular root.
 
 mm_getgroupmembers.sas
 Creates dataset with all members of a metadata group.
 
 mm_getgroups.sas
 Creates dataset with all groups or just those for a particular user.
 
 mm_getlibmetadiffs.sas
 Compares the metadata of a library with the physical tables.
 
 mm_getlibs.sas
 Creates a dataset with all metadata libraries.
 
 mm_getobjects.sas
 Creates a dataset with all metadata objects for a particular type.
 
 mm_getpublictypes.sas
 Creates a dataset with all deployable public types.
 
 mm_getrepos.sas
 Creates a dataset with all available repositories.
 
 mm_getroles.sas
 Creates a table containing a list of roles.
 
 mm_getservercontexts.sas
 Creates a dataset with all server contexts in all repos.
 
 mm_getstpcode.sas
 Writes the code of an STP to an external file.
 
 mm_getstpinfo.sas
 Get the properties of a Stored Process.
 
 mm_getstps.sas
 Returns a dataset with all Stored Processes, or just those in a particular folder / with a particular name.
 
 mm_gettableid.sas
 Get the metadata id for a particular table.
 
 mm_gettables.sas
 Creates a dataset with all metadata tables for a particular library.
 
 mm_gettree.sas
 Returns the metadata path and object from either the path or object.
 
 mm_gettypes.sas
 Creates a dataset with all metadata types.
 
 mm_getusers.sas
 Creates a table containing a list of all users.
 
 mm_getwebappsrvprops.sas
 Retrieves properties of the SAS web app server.
 
 mm_spkexport.sas
 Creates an batch spk export command.
 
 mm_tree.sas
 Returns all folders / subfolder content for a particular root.
 
 mm_updateappextension.sas
 Add or update an extension to an application component.
 
 mm_updatedocument.sas
 Update the TextStore in a Document with the same name.
 
 mm_updatestpservertype.sas
 Updates a type 2 stored process to run on STP or WKS context.
 
 mm_updatestpsourcecode.sas
 Update the source code of a type 2 STP.
 
 mm_webout.sas
 Send data to/from SAS Stored Processes.