1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-04 16:10:06 +00:00

docs: revamp with new repo location

This commit is contained in:
Allan Bowe
2020-07-07 23:09:33 +02:00
parent 8beb0048a3
commit a9e9f28e05
43 changed files with 133 additions and 129 deletions

View File

@@ -1,5 +1,5 @@
/**
@file mf_getplatform
@file mf_getplatform.sas
@brief Returns platform specific variables
@details Enables platform specific variables to be returned

View File

@@ -7,7 +7,7 @@
Usage:
%* compile macros ;
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas";
filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas";
%inc mc;
%* write some code;

View File

@@ -179,7 +179,7 @@ data _null_;
put '/*******************************************************************';
put " Datalines for %upcase(%scan(&base_ds,2)) dataset ";
put " Generated by %nrstr(%%)mp_ds2cards()";
put " Available on github.com/macropeople/macrocore";
put " Available on github.com/sasjs/core";
put '********************************************************************/';
put "data &tgt_ds &indexes;";
put "attrib ";

View File

@@ -29,7 +29,7 @@
@version 9.3
@author Allan Bowe
@source https://github.com/macropeople/macrocore
@source https://github.com/sasjs/core
**/

View File

@@ -11,7 +11,7 @@
Usage:
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas";
filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas";
%inc mc;
%mp_guesspk(sashelp.class,outds=classpks)

View File

@@ -22,7 +22,8 @@
run;
If you are building web apps with SAS then you are strongly encouraged to use
the mX_createwebservice macros in combination with [sasjs](https://github.com/macropeople/sasjs).
the mX_createwebservice macros in combination with the
[sasjs adapter](https://github.com/sasjs/adapter).
For more information see https://sasjs.io
@param action Valid values:
@@ -43,7 +44,7 @@
@version 9.2
@author Allan Bowe
@source https://github.com/macropeople/macrocore
@source https://github.com/sasjs/core
**/

View File

@@ -16,7 +16,7 @@
@version 9.2
@author Allan Bowe
@source https://github.com/macropeople/macrocore
@source https://github.com/sasjs/core
**/

View File

@@ -37,7 +37,7 @@
@version 9.3
@author Allan Bowe
@source https://github.com/macropeople/macrocore
@source https://github.com/sasjs/core
**/

View File

@@ -17,7 +17,7 @@
@version 9.2
@author Allan Bowe
@source https://github.com/macropeople/macrocore
@source https://github.com/sasjs/core
**/

View File

@@ -28,7 +28,7 @@
@version 9.2
@author Allan Bowe
@source https://github.com/macropeople/macrocore
@source https://github.com/sasjs/core
**/

View File

@@ -6,7 +6,7 @@
Usage:
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas";
filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas";
%inc mc;
%mp_streamfile(contenttype=csv,inloc=/some/where.txt,outname=myfile.txt)
@@ -20,7 +20,7 @@
@param outname= the name of the file, as downloaded by the browser
@author Allan Bowe
@source https://github.com/macropeople/macrocore
@source https://github.com/sasjs/core
**/

View File

@@ -7,7 +7,7 @@
Usage:
filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas";
filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas";
%inc mc;
%mp_unzip(ziploc="/some/file.zip",outdir=/some/folder)
@@ -21,7 +21,7 @@
@version 9.4
@author Allan Bowe
@source https://github.com/macropeople/macrocore
@source https://github.com/sasjs/core
**/

View File

@@ -23,7 +23,7 @@
@version 9.2
@author Allan Bowe
@source https://github.com/macropeople/macrocore
@source https://github.com/sasjs/core
**/