1
0
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:
Allan
2023-08-18 08:20:13 +01:00
parent d39b1be7a8
commit d42fd4ebac
124 changed files with 970 additions and 814 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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