mirror of
https://github.com/sasjs/core.git
synced 2026-01-11 11:00:04 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c47480f60c | ||
|
|
295211bb72 |
2
all.sas
2
all.sas
@@ -26950,7 +26950,7 @@ Usage:
|
|||||||
@param [out] outref= (0) The fileref to create, which will contain the source
|
@param [out] outref= (0) The fileref to create, which will contain the source
|
||||||
code.
|
code.
|
||||||
|
|
||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
@li mf_getplatform.sas
|
@li mf_getplatform.sas
|
||||||
@li mm_getstpcode.sas
|
@li mm_getstpcode.sas
|
||||||
@li ms_getfile.sas
|
@li ms_getfile.sas
|
||||||
|
|||||||
39
main.dox
39
main.dox
@@ -18,7 +18,17 @@
|
|||||||
statements. Those starting `mp_` are macro _procedures_, which generate
|
statements. Those starting `mp_` are macro _procedures_, which generate
|
||||||
SAS statements, and must therefore be applied accordingly.
|
SAS statements, and must therefore be applied accordingly.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*! \dir ddl
|
||||||
|
* \brief Data Definition Language files
|
||||||
|
* \details Provides templates for commonly used tables in sasjs/core.
|
||||||
|
Attributes:
|
||||||
|
|
||||||
|
* OS independent
|
||||||
|
* No X command
|
||||||
|
* Prefixes: _mddl_
|
||||||
|
*/
|
||||||
|
|
||||||
/*! \dir fcmp
|
/*! \dir fcmp
|
||||||
* \brief Macros for generating FCMP functions
|
* \brief Macros for generating FCMP functions
|
||||||
@@ -94,15 +104,28 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \dir ddl
|
/*! \dir tests/base
|
||||||
* \brief Data Definition Language files
|
* \brief Tests for Base macros
|
||||||
* \details Provides templates for commonly used tables in sasjs/core.
|
*/
|
||||||
Attributes:
|
|
||||||
|
|
||||||
* OS independent
|
/*! \dir tests/ddlonly
|
||||||
* No X command
|
* \brief Tests for DDL macros
|
||||||
* Prefixes: _mddl_
|
*/
|
||||||
|
|
||||||
|
/*! \dir tests/sas9only
|
||||||
|
* \brief Tests for SAS Metadata macros
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*! \dir tests/serveronly
|
||||||
|
* \brief Tests for SASjs Server macros
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*! \dir tests/viyaonly
|
||||||
|
* \brief Tests for Viya macros
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*! \dir tests/x-platform
|
||||||
|
* \brief Tests for cross-platform macros
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \dir xplatform
|
/*! \dir xplatform
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
"server",
|
"server",
|
||||||
"xplatform",
|
"xplatform",
|
||||||
"tests/base",
|
"tests/base",
|
||||||
"tests/ddl",
|
"tests/ddlonly",
|
||||||
"tests/xplatform"
|
"tests/x-platform"
|
||||||
],
|
],
|
||||||
"docConfig": {
|
"docConfig": {
|
||||||
"displayMacroCore": false,
|
"displayMacroCore": false,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
@param [out] outref= (0) The fileref to create, which will contain the source
|
@param [out] outref= (0) The fileref to create, which will contain the source
|
||||||
code.
|
code.
|
||||||
|
|
||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
@li mf_getplatform.sas
|
@li mf_getplatform.sas
|
||||||
@li mm_getstpcode.sas
|
@li mm_getstpcode.sas
|
||||||
@li ms_getfile.sas
|
@li ms_getfile.sas
|
||||||
|
|||||||
Reference in New Issue
Block a user