Production Ready Macros for SAS Application Developers
meta Directory Reference

Metadata Aware Macros.

More...

Files

file  mm_adduser2group.sas [code]
 Adds a user to a group.
 
file  mm_assigndirectlib.sas [code]
 Assigns library directly using details from metadata.
 
file  mm_assignlib.sas [code]
 Assigns a meta engine library using LIBREF.
 
file  mm_createapplication.sas [code]
 Create an Application object in a metadata folder.
 
file  mm_createdocument.sas [code]
 Create a Document object in a metadata folder.
 
file  mm_createfolder.sas [code]
 Create a metadata folder.
 
file  mm_createlibrary.sas [code]
 Create a SAS Library.
 
file  mm_createstp.sas [code]
 Create a type 1 Stored Process (9.2 compatible)
 
file  mm_createwebservice.sas [code]
 Create a Web Ready Stored Process.
 
file  mm_getdirectories.sas [code]
 Returns a dataset with the meta directory object for a physical path.
 
file  mm_getdocument.sas [code]
 Writes the TextStore of a Document Object to an external file.
 
file  mm_getgroupmembers.sas [code]
 Creates dataset with all members of a metadata group.
 
file  mm_getgroups.sas [code]
 Creates dataset with all groups or just those for a particular user.
 
file  mm_getlibs.sas [code]
 Creates a dataset with all metadata libraries.
 
file  mm_getobjects.sas [code]
 Creates a dataset with all metadata objects for a particular type.
 
file  mm_getstpcode.sas [code]
 Writes the code of an to an external file, or the log if none provided.
 
file  mm_getstps.sas [code]
 Returns a dataset with all Stored Processes, or just those in a particular folder / with a particular name.
 
file  mm_gettree.sas [code]
 Returns the metadata path and object from either the path or object.
 
file  mm_gettypes.sas [code]
 Creates a dataset with all metadata types.
 
file  mm_getwebappsrvprops.sas [code]
 Retrieves properties of the SAS web app server usage:
 
file  mm_updateappextension.sas [code]
 Add or update an extension to an application component.
 
file  mm_updatedocument.sas [code]
 Update the TextStore in a Document with the same name.
 
file  mm_updatestpsourcecode.sas [code]
 Update the source code of a type 2 STP.
 

Detailed Description

These macros have the following attributes:

  OS independent
  Metadata aware
  No X command
  Prefixes: _mm_