mirror of
https://github.com/sasjs/core.git
synced 2026-01-16 13:00:05 +00:00
chore: updating documentation in preparation for upcoming sasjs snippets feature
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
@li mf_loc.sas
|
||||
@li mp_abort.sas
|
||||
|
||||
@param loc= the metadata folder to delete
|
||||
@param user= username
|
||||
@param pass= password
|
||||
@param [in] loc= the metadata folder to delete
|
||||
@param [in] user= username
|
||||
@param [in] pass= password
|
||||
|
||||
@version 9.4
|
||||
@author Allan Bowe
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
<h4> SAS Macros </h4>
|
||||
@li mf_loc.sas
|
||||
|
||||
@param loc= the metadata folder to delete
|
||||
@param user= username
|
||||
@param pass= password
|
||||
@param [in] loc= the metadata folder to delete
|
||||
@param [in] user= username
|
||||
@param [in] pass= password
|
||||
|
||||
@version 9.4
|
||||
@author Allan Bowe
|
||||
|
||||
@@ -32,11 +32,12 @@ Usage:
|
||||
@li mf_getuniquefileref.sas
|
||||
@li mp_abort.sas
|
||||
|
||||
@param metaloc= the metadata folder to export
|
||||
@param secureref= fileref containing the username / password (should point to
|
||||
a file in a secure location)
|
||||
@param outspkname= name of the spk to be created (default is mmxport).
|
||||
@param outspkpath= directory in which to create the SPK. Default is WORK.
|
||||
@param [in] metaloc= the metadata folder to export
|
||||
@param [in] secureref= () fileref containing the username / password
|
||||
(should point to a file in a secure location)
|
||||
@param [in] outspkname= name of the spk to be created (default is mmxport).
|
||||
@param [in] outspkpath= ((%sysfunc(pathname(WORK)))
|
||||
directory in which to create the SPK.
|
||||
|
||||
@version 9.4
|
||||
@author Allan Bowe
|
||||
|
||||
Reference in New Issue
Block a user