Skip to content

Commit

Permalink
chore: all.sas update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Bowe committed Dec 25, 2020
1 parent c090c8d commit e334ea9
Show file tree
Hide file tree
Showing 62 changed files with 127 additions and 127 deletions.
132 changes: 66 additions & 66 deletions all.sas

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion base/mf_existfeature.sas
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@return output returns 1 or 0 (or -1 if not found)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_getplatform.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mf_existvarlist.sas
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%put %mf_existVarList(sashelp.class, age sex name dummyvar)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_abort.sas
@param libds 2 part dataset or view reference
Expand Down
2 changes: 1 addition & 1 deletion base/mf_getplatform.sas
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@param switch the param for which to return a platform specific variable
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_mval.sas
@li mf_trimstr.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mf_getvalue.sas
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%put %mf_getvalue(sashelp.class,name,filter=%quote(age=15));
%put %mf_getvalue(sashelp.class,name);
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_getattrn.sas
@param libds dataset to query
Expand Down
2 changes: 1 addition & 1 deletion base/mf_nobs.sas
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%put Number of observations=%mf_nobs(sashelp.class);
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_getattrn.sas
@param libds library.dataset
Expand Down
2 changes: 1 addition & 1 deletion base/mf_trimstr.sas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%put %mf_trimstr(/blah/,h); * /blah/;
%put %mf_trimstr(/blah/,h/);* /bla;
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@param basestr The string to be modified
Expand Down
2 changes: 1 addition & 1 deletion base/mf_verifymacvars.sas
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Returns:
> 1
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_abort.sas
@param verifyvars space separated list of macro variable names
Expand Down
2 changes: 1 addition & 1 deletion base/mp_createconstraints.sas
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@param outds= a table containing the create statements (create_statement column)
@param execute= `YES|NO` - default is NO. To actually create, use YES.
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@version 9.2
@author Allan Bowe
Expand Down
2 changes: 1 addition & 1 deletion base/mp_createwebservice.sas
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Usage:
;;;;
%mp_createwebservice(path=/Public/app/common,name=appInit,code=ft15f001,replace=YES)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_getplatform.sas
@li mm_createwebservice.sas
@li mv_createwebservice.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mp_csv2ds.sas
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@version 9.2
@author Allan Bowe
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mp_abort.sas
@li mf_existds.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mp_dropmembers.sas
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
create view view2 as select * from sashelp.class;
%mp_dropmembers(list=data1 view2)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_isblank.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mp_getconstraints.sas
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@param ds= The target dataset. Leave blank (default) for all datasets.
@param outds the output dataset
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@version 9.2
@author Allan Bowe
Expand Down
2 changes: 1 addition & 1 deletion base/mp_getddl.sas
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
proc sql; describe table &syslast;
%mp_getddl(work,test,flavour=tsql,showlog=YES)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mp_getconstraints.sas
@param lib libref of the library to create DDL for. Should be assigned.
Expand Down
2 changes: 1 addition & 1 deletion base/mp_getmaxvarlengths.sas
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@param libds Two part dataset (or view) reference.
@param outds= The output dataset to create
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_getvarlist.sas
@li mf_getvartype.sas
@li mf_getvarformat.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mp_guesspk.sas
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@param min_rows= The minimum number of rows a table should have in order to try
and guess the PK. Default=5.
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_getvarlist.sas
@li mf_getuniquename.sas
@li mf_nobs.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mp_lib2cards.sas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%mp_lib2cards(lib=sashelp
, outloc= C:\temp )
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_mkdir.sas
@li mp_ds2cards.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mp_searchdata.sas
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@param outobs= set to a positive integer to restrict the number of observations
@param filter_text= add a (valid) filter clause to further filter the results
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_getvarlist.sas
@li mf_getvartype.sas
@li mf_mkdir.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mp_setkeyvalue.sas
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%mp_setkeyvalue(someindex,22,type=N)
%mp_setkeyvalue(somenewindex,somevalue)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_existds.sas
@param key Provide a key on which to perform the lookup
Expand Down
2 changes: 1 addition & 1 deletion base/mp_streamfile.sas
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%mp_streamfile(contenttype=csv,inloc=/some/where.txt,outname=myfile.txt)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_getplatform.sas
@li mp_binarycopy.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mp_unzip.sas
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
%mp_unzip(ziploc="/some/file.zip",outdir=/some/folder)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_mkdir.sas
@li mf_getuniquefileref.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mp_updatevarlength.sas
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@param var The variable to modify
@param len The new length to apply
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_existds.sas
@li mp_abort.sas
@li mf_existvar.sas
Expand Down
2 changes: 1 addition & 1 deletion base/mp_zip.sas
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
be sure that _debug is not set (else the SPWA will send non zipped content
as well).
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mp_dirlist.sas
@param in= unquoted filepath, dataset of files or directory to zip
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_assigndirectlib.sas
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
disconnect from MyAlias;
quit;
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_getengine.sas
@li mp_abort.sas
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_assignlib.sas
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%mm_assignlib(SOMEREF)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mp_abort.sas
@param libref the libref (not name) of the metadata library
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_createapplication.sas
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@warning application components do not get deleted when removing the container folder! be sure you have the administrative priviliges to remove this kind of metadata from the SMC plugin (or be ready to do to so programmatically).
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mp_abort.sas
@li mf_verifymacvars.sas
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_createdataset.sas
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%mm_createdataset(tableuri=G5X8AFW1.BE00015Y)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mm_getlibs.sas
@li mm_gettables.sas
@li mm_getcols.sas
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_createdocument.sas
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
%mm_createdocument(tree=/User Folders/sasdemo
,name=MyNote)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mp_abort.sas
@li mf_verifymacvars.sas
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_createlibrary.sas
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
,directory=/tmp/tests
,mDebug=1)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_verifymacvars.sas
@li mm_createfolder.sas
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_createstp.sas
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
,Server=SASApp
,stptype=2)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_nobs.sas
@li mf_verifymacvars.sas
@li mm_getdirectories.sas
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_createwebservice.sas
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Usage:
;;;;
%mm_createwebservice(path=/Public/app/common,name=appInit,code=ft15f001,replace=YES)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mm_createstp.sas
@li mf_getuser.sas
@li mm_createfolder.sas
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_deletedocument.sas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%mm_createdocument(tree=/User Folders/&sysuserid,name=MyNote)
%mm_deletedocument(target=/User Folders/&sysuserid/MyNote)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@param target= full path to the document being deleted
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_deletestp.sas
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%mm_deletestp(target=/some/meta/path/myStoredProcess)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@param target= full path to the STP being deleted
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_getauthinfo.sas
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@param outds= the ONE LEVEL work dataset to create
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mm_getobjects.sas
@li mf_getuniquefileref.sas
@li mm_getdetails.sas
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_getdocument.sas
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
,outref=/some/unquoted/filename.ext
)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mp_abort.sas
@param tree= The metadata path of the document
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_getfoldertree.sas
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@param outds= the dataset to create that contains the list of directories
@param mDebug= set to 1 to show debug messages in the log
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@version 9.4
@author Allan Bowe
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_getservercontexts.sas
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
filename __mc2 clear;
libname __mc3 clear;
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mm_getrepos.sas
@version 9.3
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_getstps.sas
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%mm_getstps(tree=/My Folder/My STPs, name=My STP)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mm_gettree.sas
@param tree= the metadata folder location in which to search. Leave blank
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_spkexport.sas
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
./mmscript.sh "myuser" "mypass"
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_loc.sas
@li mm_tree.sas
@li mf_getuniquefileref.sas
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_tree.sas
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
Table
,outds=morestuff)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_getquotedstr.sas
@li mm_getpublictypes.sas
@li mf_isblank.sas
Expand Down
2 changes: 1 addition & 1 deletion meta/mm_updatestpservertype.sas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%mm_updatestpservertype(target=/some/meta/path/myStoredProcess
,type=WKS)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@param target= full path to the STP being deleted
@param type= Either WKS or STP depending on whether Workspace or Stored Process
Expand Down
2 changes: 1 addition & 1 deletion metax/mmx_deletemetafolder.sas
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%mmx_deletemetafolder(loc=/some/meta/folder,user=sasdemo,pass=mars345)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_loc.sas
@param loc= the metadata folder to delete
Expand Down
2 changes: 1 addition & 1 deletion metax/mmx_spkexport.sas
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Usage:
,outspkpath=%str(/tmp)
)
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mf_loc.sas
@li mm_tree.sas
@li mf_getuniquefileref.sas
Expand Down
2 changes: 1 addition & 1 deletion viya/mv_createfolder.sas
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@version VIYA V.03.04
@author Allan Bowe, source: https://github.com/sasjs/core
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mp_abort.sas
@li mf_getuniquefileref.sas
@li mf_getuniquelibref.sas
Expand Down
2 changes: 1 addition & 1 deletion viya/mv_createwebservice.sas
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
To minimise postgres requests, output json is stored in a temporary file
and then sent to _webout in one go at the end.
<h4> Dependencies </h4>
<h4> SAS Macros </h4>
@li mp_abort.sas
@li mv_createfolder.sas
@li mf_getuniquelibref.sas
Expand Down
Loading

0 comments on commit e334ea9

Please sign in to comment.