-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
412 lines (410 loc) · 29.3 KB
/
index.html
File metadata and controls
412 lines (410 loc) · 29.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- HTML header for doxygen 1.8.17-->
<html xmlns="https://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<meta property="og:type" content="website">
<meta property="og:title" content="MacroCore" />
<meta property="og:url" content="https://core.sasjs.io" />
<meta property="og:image" content="https://core.sasjs.io/Macro_core_website_1.png" />
<meta name="author" content="Allan Bowe">
<meta name="generator" content="Doxygen 1.16.1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Macros for SAS Application Developers" />
<meta name="og:description" content="Macros for SAS Application Developers" />
<title>Macro Core</title>
<link href="tabs.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link href="new_stylesheet.css" rel="stylesheet" type="text/css"/>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "https://analytics.4gl.io/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '6']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div id="top">
<!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px">
<td id="projectlogo">
<a href=""><img alt="Logo" src="Macro_core_website_1.png" /></a>
</td>
<td id="projectalign" style="padding-left: 0.5em">
<div id="projectbrief">
Macros for SAS Application Developers<br />
<a href="https://github.com/sasjs/core">
https://github.com/sasjs/core
</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
</div>
</body>
</html>
<!-- Generated by Doxygen 1.16.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search/",'.html');
</script>
<script type="text/javascript">
$(function() { codefold.init(); });
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(function(){initNavTree('index.html','',''); });
</script>
<div id="container">
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div><div class="header">
<div class="headertitle"><div class="title">Macro Core </div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><a class="anchor" id="md_README"></a></p>
<p><a href="http://npmjs.org/package/@sasjs/core"><img src="https://img.shields.io/npm/v/@sasjs/core.svg" alt="npm package" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/sasjs/core/blob/main/.github/workflows/main.yml"><img src="https://github.com/sasjs/core/actions/workflows/main.yml/badge.svg" alt="Github Workflow" style="pointer-events: none;" class="inline"/></a> <img src="https://img.shields.io/npm/dt/@sasjs/core" alt="npm" class="inline"/> <img src="https://img.shields.io/github/languages/top/sasjs/core" alt="GitHub top language" class="inline"/> <a href="https://github.com/sasjs/core/issues?q=is%3Aissue+is%3Aclosed"><img src="https://img.shields.io/github/issues-closed-raw/sasjs/core" alt="GitHub closed issues" class="inline"/></a> <a href="https://github.com/sasjs/core/issues"><img src="https://img.shields.io/github/issues-raw/sasjs/core" alt="GitHub issues" class="inline"/></a> <img src="https://tokei.rs/b1/github/sasjs/core" alt="total lines" class="inline"/></p>
<p>Much quality. Many standards. The <b>Macro Core</b> library exists to save time and development effort! Herein ye shall find a veritable host of MIT-licenced, production quality SAS macros. These are a mix of tools, utilities, functions and code generators that are useful in the context of <a href="https://sasapps.io">Application Development</a> on the SAS platform (eg <a href="https://datacontroller.io">https://datacontroller.io</a>). <a href="https://github.com/sasjs/core/blob/main/.github/CONTRIBUTING.md">Contributions</a> are welcome.</p>
<p>You can download and compile them all in just two lines of SAS code:</p>
<div class="fragment"><div class="line">filename mc url <span class="stringliteral">"https://raw.githubusercontent.com/sasjs/core/main/all.sas"</span>;</div>
<div class="line">%inc mc;</div>
</div><!-- fragment --><p>Documentation: <a href="https://core.sasjs.io">https://core.sasjs.io</a></p>
<h1 class="doxsection"><a class="anchor" id="autotoc_md1"></a>
Components</h1>
<h2 class="doxsection"><a class="anchor" id="autotoc_md2"></a>
BASE folder (All Platforms)</h2>
<ul>
<li>OS independent</li>
<li>Works on all SAS Platforms</li>
<li>No X command</li>
<li>Prefixes: <span class="tt">mf_</span>, <span class="tt">mp_</span></li>
</ul>
<h2 class="doxsection"><a class="anchor" id="autotoc_md3"></a>
DDL folder (All Platforms)</h2>
<ul>
<li>OS independent</li>
<li>Works on all SAS Platforms</li>
<li>No X command</li>
<li>Prefixes: <span class="tt">mddl_(lib)_</span> -> where lib can be "SAS" (in relation to a SAS component) or "DC" (in relation to a Data Controller component)</li>
</ul>
<p>This library will not be used for storing data entries (such as formats or datalines). Where this becomes necessary in the future, a new repo will be created, in order to keep the NPM bundle size down (for the benefit of those looking to embed purely macros in their applications).</p>
<h2 class="doxsection"><a class="anchor" id="autotoc_md4"></a>
FCMP folder (All Platforms)</h2>
<ul>
<li>Function and macro names are identical, except for special cases</li>
<li>Prefixes: <span class="tt">mcf_</span></li>
</ul>
<p>The fcmp macros are used to generate fcmp functions, and can be used with or without the <span class="tt">proc fcmp</span> wrapper.</p>
<h2 class="doxsection"><a class="anchor" id="autotoc_md5"></a>
LUA folder</h2>
<p>Wait - this is a macro library - what is LUA doing here? Well, it is a little known fact that you CAN run LUA within a SAS Macro. It has to be written to a text file with a <span class="tt">.lua</span> extension, from where you can <span class="tt">include</span> it. So, without using the <span class="tt">proc lua</span> wrapper.</p>
<p>To contribute, simply write your freeform LUA in the LUA folder. Then run the <span class="tt">build.py</span>, which will convert all files with a ".lua" extension into a macro wrapper with an <span class="tt">ml_</span> prefix (embedding the necessary data step put statements). You can then use your module in any program by running:</p>
<div class="fragment"><div class="line"><span class="comment">/* compile the lua module */</span></div>
<div class="line">%ml_yourmodule()</div>
<div class="line"> </div>
<div class="line"><span class="comment">/* Execute. Do not use the restart keyword! */</span></div>
<div class="line">proc lua;</div>
<div class="line">submit;</div>
<div class="line"> print(yourStuff);</div>
<div class="line">endsubmit;</div>
<div class="line">run;</div>
</div><!-- fragment --><ul>
<li>Prefixes: <span class="tt">ml_</span></li>
</ul>
<h2 class="doxsection"><a class="anchor" id="autotoc_md6"></a>
META folder (SAS9 only)</h2>
<p>Macros used in SAS EBI, which connect to the metadata server.</p>
<ul>
<li>OS independent</li>
<li>Metadata aware</li>
<li>No X command</li>
<li>Prefixes: <span class="tt">mm_</span></li>
</ul>
<h2 class="doxsection"><a class="anchor" id="autotoc_md7"></a>
METAX folder (SAS9 only)</h2>
<ul>
<li>OS specific</li>
<li>Metadata aware</li>
<li>X command enabled</li>
<li>Prefixes: <span class="tt">mmx_</span></li>
</ul>
<h2 class="doxsection"><a class="anchor" id="autotoc_md8"></a>
SERVER folder (@sasjs/server only)</h2>
<p>These macros are used for building applications using <a href="https://server.sasjs.io">@sasjs/server</a> - an open source REST API for Desktop SAS.</p>
<ul>
<li>OS independent</li>
<li>@sasjs/server aware</li>
<li>No X command</li>
<li>Prefixes: <span class="tt">ms_</span></li>
</ul>
<h2 class="doxsection"><a class="anchor" id="autotoc_md9"></a>
VIYA folder (Viya only)</h2>
<p>Macros used for interfacing with SAS Viya.</p>
<ul>
<li>OS independent</li>
<li>No X command</li>
<li>Prefixes: <span class="tt">mv_</span>, <span class="tt">mvf_</span></li>
</ul>
<h2 class="doxsection"><a class="anchor" id="autotoc_md10"></a>
XPLATFORM folder (Viya, Meta, and Server)</h2>
<p>Sometimes it is helpful to use a macro that can be used interchangeably regardless of the server type on which is is running (SASVIYA, SAS9, SASJS).</p>
<ul>
<li>OS independent</li>
<li>No X command</li>
<li>Prefixes: <span class="tt">mx_</span></li>
</ul>
<h1 class="doxsection"><a class="anchor" id="autotoc_md11"></a>
Installation</h1>
<p>First, download the repo to a location your SAS system can access. Then update your sasautos path to include the components you wish to have available, eg:</p>
<div class="fragment"><div class="line">%let repoloc=/your/path/core;</div>
<div class="line">options insert=(sasautos=<span class="stringliteral">"&repoloc/base"</span>);</div>
<div class="line">options insert=(sasautos=<span class="stringliteral">"&repoloc/ddl"</span>);</div>
<div class="line">options insert=(sasautos=<span class="stringliteral">"&repoloc/fcmp"</span>);</div>
<div class="line">options insert=(sasautos=<span class="stringliteral">"&repoloc/lua"</span>);</div>
<div class="line">options insert=(sasautos=<span class="stringliteral">"&repoloc/meta"</span>);</div>
<div class="line">options insert=(sasautos=<span class="stringliteral">"&repoloc/metax"</span>);</div>
<div class="line">options insert=(sasautos=<span class="stringliteral">"&repoloc/server"</span>);</div>
<div class="line">options insert=(sasautos=<span class="stringliteral">"&repoloc/viya"</span>);</div>
<div class="line">options insert=(sasautos=<span class="stringliteral">"&repoloc/xplatform"</span>);</div>
</div><!-- fragment --><p>The above can be done directly in your sas program, via an autoexec, or an initialisation program.</p>
<p>Alternatively - for quick access - simply run the following! This file contains all the macros.</p>
<div class="fragment"><div class="line">filename mc url <span class="stringliteral">"https://raw.githubusercontent.com/sasjs/core/main/all.sas"</span>;</div>
<div class="line">%inc mc;</div>
</div><!-- fragment --><h1 class="doxsection"><a class="anchor" id="autotoc_md12"></a>
Standards</h1>
<h2 class="doxsection"><a class="anchor" id="autotoc_md13"></a>
File Properties</h2>
<ul>
<li>filenames much match macro names</li>
<li>filenames must be lowercase, without spaces</li>
<li>macro names must be lowercase</li>
<li>one macro per file</li>
<li>prefixes:<ul>
<li>_mcf__: macro compiled functions (proc fcmp)</li>
<li>_mddl__: macros containing DDL (Data Definition Language)</li>
<li>_mf__: macro functions (can be used in open code).</li>
<li>_mfv__: macro functions that work only in Viya</li>
<li>_ml__: macros that are used to compile LUA modules</li>
<li>_mm__: metadata macros (interface with the metadata server).</li>
<li>_mmx__: macros that use metadata and are XCMD enabled (working on both windows and unix)</li>
<li>_mp__: macro procedures (which generate sas code)</li>
<li>_ms__: macro procedures that will only work with <a href="https://github.com/sasjs/server">@sasjs/server</a></li>
<li>_mv__: macro procedures that will only work in Viya</li>
<li>_mx__: macros that work on Viya, SAS 9 EBI and SASjs Server</li>
</ul>
</li>
<li>follow verb-noun convention</li>
<li>unix style line endings (lf)</li>
<li>individual lines should be no more than 80 characters long</li>
<li>UTF-8</li>
</ul>
<h2 class="doxsection"><a class="anchor" id="autotoc_md14"></a>
Header Properties</h2>
<p>The <b>Macro Core</b> documentation is created using <a href="http://www.doxygen.nl">doxygen</a>. A full list of attributes can be found <a href="http://www.doxygen.nl/manual/commands.html">here</a> but the following are most relevant:</p>
<ul>
<li>file. This needs to be present in order to be recognised by doxygen.</li>
<li>brief. This is a short (one sentence) description of the macro.</li>
<li>details. A longer description, which can contain doxygen <a href="http://www.stack.nl/~dimitri/doxygen/manual/markdown.html">markdown</a>.</li>
<li>param. Name of each input param followed by a description.</li>
<li>return. Explanation of what is returned by the macro.</li>
<li>version. The EARLIEST SAS version in which this macro is known to work.</li>
<li>author. Author name, contact details optional</li>
</ul>
<p>All macros must be commented in the doxygen format, to enable the <a href="https://core.sasjs.io">online documentation</a>.</p>
<h3 class="doxsection"><a class="anchor" id="autotoc_md15"></a>
Dependencies</h3>
<p>SAS code can contain one of two types of dependency - SAS Macros, and SAS Includes. When compiling projects using the <a href="https://cli.sasjs.io">SASjs CLI</a> the doxygen header is scanned for <span class="tt"> @li</span> items under the following headers:</p>
<div class="fragment"><div class="line"><h4> SAS Macros </h4></div>
<div class="line">@li mf_nobs.sas</div>
<div class="line">@li mm_assignlib.sas</div>
<div class="line"> </div>
<div class="line"><h4> SAS Includes </h4></div>
<div class="line">@li somefile.ddl SOMEFREF</div>
<div class="line">@li someprogram.sas FREFTWO</div>
</div><!-- fragment --><p>The CLI can then extract all the dependencies and insert as precode (SAS Macros) or in a temp engine fileref (SAS Includes) when creating SAS Jobs and Services (and Tests).</p>
<p>When contributing to this library, it is therefore important to ensure that all dependencies are listed in the header in this format.</p>
<h2 class="doxsection"><a class="anchor" id="autotoc_md16"></a>
Coding Standards</h2>
<ul>
<li>Indentation = 2 spaces. No tabs!</li>
<li>no trailing white space</li>
<li>no invisible characters, other than spaces. If invisibles are needed, use hex literals.</li>
<li>Macro variables should not have the trailing dot (<span class="tt">&var</span> not <span class="tt">&var.</span>) unless necessary to prevent incorrect resolution</li>
<li>The closing <span class="tt">mend;</span> should <b>not</b> contain the macro name.</li>
<li>All macros should be defined with brackets, even if no variables are needed - ie <span class="tt">macro x();</span> not <span class="tt">macro x;</span></li>
<li>Mandatory parameters should be positional, all optional parameters should be keyword (var=) style.</li>
<li>All dataset references must be 2 level (eg <span class="tt">work.blah</span>, not <span class="tt">blah</span>). This is to avoid contention when options <a href="https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000279064.htm">DATASTMTCHK</a>=ALLKEYWORDS is in effect, or the <a href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lrcon/n18m1vkqmeo4esn1moikt23zhp8s.htm">USER</a> library is active.</li>
<li>Avoid naming collisions! All macro variables should be local scope. Use system generated work tables where possible - eg <span class="tt">data ; set sashelp.class; run; data &output; set &syslast; run;</span></li>
<li>Where global macro variables are absolutely necessary, they should make use of <span class="tt">&sasjs_prefix</span> - see <a class="el" href="mp__init_8sas.html" title="Initialise session with useful settings and variables.">mp_init.sas</a></li>
<li>The use of <span class="tt">quit;</span> for <span class="tt">proc sql</span> is optional unless you are looking to benefit from the timing statistics.</li>
<li>Use <a href="https://github.com/sasjs/lint">sasjs lint</a>!</li>
</ul>
<h1 class="doxsection"><a class="anchor" id="autotoc_md17"></a>
General Notes</h1>
<ul>
<li>All macros should be compatible with SAS versions from support level B and above (so currently 9.3 and later). If an earlier version is not supported, then the macro should say as such in the header documentation, and exit gracefully.</li>
<li>It's <a href="https://git.datacontroller.io/dc/dc/issues/50">best to avoid</a> special / non-ASCII characters for compatibility with the widest variety of SAS installations.</li>
</ul>
<h1 class="doxsection"><a class="anchor" id="autotoc_md18"></a>
Breaking Changes</h1>
<p>We are currently on major release v4. Breaking changes should be marked with the <a href="https://www.doxygen.nl/manual/commands.html#cmddeprecated">deprecated</a> doxygen tag. The following changes are planned when the next major/breaking release (v5) becomes necessary:</p>
<ul>
<li>mcf_xxx macros to have <span class="tt">insert_cmplib</span> option deprecated (the option is now checked automatically with value inserted only if needed)</li>
<li>mcf_xxx macros to have <span class="tt">wrap=</span> option defaulted to YES for convenience. Set this option explicitly to avoid issues.</li>
<li><a class="el" href="mf__getuniquelibref_8sas.html" title="Returns an unused libref.">mf_getuniquelibref.sas</a> to have the deprecated maxtries parameter removed (no longer needed)</li>
<li><a class="el" href="mp__abort_8sas.html" title="abort gracefully according to context">mp_abort.sas</a> will have the redundant type= parameter removed.</li>
<li><a class="el" href="mp__coretable_8sas.html" title="Create the permanent Core tables.">mp_coretable.sas</a> will be replaced by the standalone macros in the <span class="tt">ddl</span> folder (which are already available)</li>
<li><a class="el" href="mp__getddl_8sas.html" title="Extract DDL in various formats, by table or library.">mp_getddl.sas</a> to be renamed to <a class="el" href="mp__ds2ddl_8sas.html" title="Fetches DDL for a specific table.">mp_ds2ddl.sas</a> (consistent with other ds2xxx macros). A wrapper macro is already in place, and you are able to use this immediately. The default for SHOWLOG will also be YES instead of NO.</li>
<li><a class="el" href="mp__testservice_8sas.html" title="To be deprecated. Will execute a SASjs web service on SAS 9 or Viya.">mp_testservice.sas</a> to be renamed as mp_execute.sas (as it doesn't actually test anything)</li>
</ul>
<h1 class="doxsection"><a class="anchor" id="autotoc_md19"></a>
Star Gazing</h1>
<p>If you find this library useful, please leave a <a href="https://github.com/sasjs/core/stargazers">star</a> and help us grow our star graph!</p>
<p><img src="https://starchart.cc/sasjs/core.svg" alt="" style="pointer-events: none;" class="inline"/></p>
<h1 class="doxsection"><a class="anchor" id="autotoc_md20"></a>
Other SAS Repositories</h1>
<p>The following repositories are also worth checking out:</p>
<ul>
<li><a href="https://github.com/chris-swenson/sasmacros">chris-swenson/sasmacros</a></li>
<li><a href="https://github.com/Criptic/sas_snippets">Criptic/sas_snippets</a></li>
<li><a href="https://github.com/greg-wootton/sas-programs">greg-wotton/sas-programs</a></li>
<li><a href="https://github.com/KatjaGlassConsulting/SMILE-SmartSASMacros">KatjaGlassConsulting/SMILE-SmartSASMacros</a></li>
<li><a href="https://github.com/paul-canals/toolbox">paul-canals/toolbox</a></li>
<li><a href="https://github.com/rogerjdeangelis">rogerjdeangelis</a></li>
<li><a href="https://github.com/SASJedi/sas-macros">SASJedi/sas-macros</a></li>
<li><a href="https://github.com/scottbass/SAS">scottbass/sas</a></li>
<li><a href="https://github.com/xieliaing/SAS">xieliaing/SAS</a></li>
<li><a href="https://github.com/yabwon/SAS_PACKAGES">yabwon/sas_packages</a></li>
</ul>
<h1 class="doxsection"><a class="anchor" id="autotoc_md21"></a>
Contributors ✨</h1>
<p></p>
<p>Thanks goes to these wonderful people (<a href="https://allcontributors.org/docs/en/emoji-key">emoji key</a>):</p>
<table class="doxtable">
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/allanbowe"><img src="https://avatars.githubusercontent.com/u/4420615?v=4?s=100" alt="Allan Bowe" width="100px;" class="inline"/><br />
<sub><b>Allan Bowe</b></sub></a><br />
<a href="#business-allanbowe" title="Business development">💼</a> <a href="https://github.com/sasjs/core/commits?author=allanbowe" title="Code">💻</a> <a href="#content-allanbowe" title="Content">🖋</a> <a href="https://github.com/sasjs/core/commits?author=allanbowe" title="Documentation">📖</a> <a href="#infra-allanbowe" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-allanbowe" title="Maintenance">🚧</a> <a href="#mentoring-allanbowe" title="Mentoring">🧑🏫</a> <a href="#question-allanbowe" title="Answering Questions">💬</a> <a href="https://github.com/sasjs/core/pulls?q=is%3Apr+reviewed-by%3Aallanbowe" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/sasjs/core/commits?author=allanbowe" title="Tests">⚠️</a></td><td align="center" valign="top" width="14.28%"><a href="https://github.com/rafgag"><img src="https://avatars.githubusercontent.com/u/69139928?v=4?s=100" alt="rafgag" width="100px;" class="inline"/><br />
<sub><b>rafgag</b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=rafgag" title="Code">💻</a></td><td align="center" valign="top" width="14.28%"><a href="https://github.com/tmoody"><img src="https://avatars.githubusercontent.com/u/79837106?v=4?s=100" alt="Trevor Moody" width="100px;" class="inline"/><br />
<sub><b>Trevor Moody</b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=tmoody" title="Code">💻</a></td><td align="center" valign="top" width="14.28%"><a href="https://krishna-acondy.io/"><img src="https://avatars.githubusercontent.com/u/2980428?v=4?s=100" alt="Krishna Acondy" width="100px;" class="inline"/><br />
<sub><b>Krishna Acondy</b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=krishna-acondy" title="Code">💻</a> <a href="#infra-krishna-acondy" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#blog-krishna-acondy" title="Blogposts">📝</a> <a href="#content-krishna-acondy" title="Content">🖋</a> <a href="#ideas-krishna-acondy" title="Ideas, Planning, & Feedback">🤔</a> <a href="#video-krishna-acondy" title="Videos">📹</a></td><td align="center" valign="top" width="14.28%"><a href="https://github.com/saadjutt01"><img src="https://avatars.githubusercontent.com/u/8914650?v=4?s=100" alt="Muhammad Saad " width="100px;" class="inline"/><br />
<sub><b>Muhammad Saad </b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=saadjutt01" title="Code">💻</a> <a href="#ideas-saadjutt01" title="Ideas, Planning, & Feedback">🤔</a></td><td align="center" valign="top" width="14.28%"><a href="https://www.erudicat.com/"><img src="https://avatars.githubusercontent.com/u/25773492?v=4?s=100" alt="Yury Shkoda" width="100px;" class="inline"/><br />
<sub><b>Yury Shkoda</b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=YuryShkoda" title="Code">💻</a> <a href="#infra-YuryShkoda" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#video-YuryShkoda" title="Videos">📹</a></td><td align="center" valign="top" width="14.28%"><a href="https://github.com/medjedovicm"><img src="https://avatars.githubusercontent.com/u/18329105?v=4?s=100" alt="Mihajlo Medjedovic" width="100px;" class="inline"/><br />
<sub><b>Mihajlo Medjedovic</b></sub></a><br />
<a href="#infra-medjedovicm" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td></tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kkchandok"><img src="https://avatars.githubusercontent.com/u/46090627?v=4?s=100" alt="kkchandok" width="100px;" class="inline"/><br />
<sub><b>kkchandok</b></sub></a><br />
<a href="#ideas-kkchandok" title="Ideas, Planning, & Feedback">🤔</a></td><td align="center" valign="top" width="14.28%"><a href="https://github.com/VladislavParhomchik"><img src="https://avatars.githubusercontent.com/u/83717836?v=4?s=100" alt="Vladislav Parhomchik" width="100px;" class="inline"/><br />
<sub><b>Vladislav Parhomchik</b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=VladislavParhomchik" title="Tests">⚠️</a> <a href="https://github.com/sasjs/core/pulls?q=is%3Apr+reviewed-by%3AVladislavParhomchik" title="Reviewed Pull Requests">👀</a></td><td align="center" valign="top" width="14.28%"><a href="https://github.com/vznesh"><img src="https://avatars.githubusercontent.com/u/28916792?v=4?s=100" alt="Vignesh T." width="100px;" class="inline"/><br />
<sub><b>Vignesh T.</b></sub></a><br />
<a href="https://github.com/sasjs/core/issues?q=author%3Avznesh" title="Bug reports">🐛</a></td><td align="center" valign="top" width="14.28%"><a href="https://github.com/yabwon"><img src="https://avatars.githubusercontent.com/u/9314894?v=4?s=100" alt="Bart Jablonski" width="100px;" class="inline"/><br />
<sub><b>Bart Jablonski</b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=yabwon" title="Code">💻</a></td><td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" alt="Ikko Ashimine" width="100px;" class="inline"/><br />
<sub><b>Ikko Ashimine</b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=eltociear" title="Code">💻</a></td><td align="center" valign="top" width="14.28%"><a href="https://github.com/henrik-forsell"><img src="https://avatars.githubusercontent.com/u/109935936?v=4?s=100" alt="Henrik Forsell" width="100px;" class="inline"/><br />
<sub><b>Henrik Forsell</b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=henrik-forsell" title="Documentation">📖</a></td><td align="center" valign="top" width="14.28%"><a href="http://rudvfaden.github.io/"><img src="https://avatars.githubusercontent.com/u/2445577?v=4?s=100" alt="Rud Faden" width="100px;" class="inline"/><br />
<sub><b>Rud Faden</b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=rudvfaden" title="Code">💻</a></td></tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/andyjessen"><img src="https://avatars.githubusercontent.com/u/62343929?v=4?s=100" alt="andyjessen" width="100px;" class="inline"/><br />
<sub><b>andyjessen</b></sub></a><br />
<a href="https://github.com/sasjs/core/commits?author=andyjessen" title="Documentation">📖</a></td></tr>
</table>
<p>This project follows the <a href="https://github.com/all-contributors/all-contributors">all-contributors</a> specification. Contributions of any kind welcome! </p>
</div></div><!-- PageDoc -->
<a href="doxygen_crawl.html"></a>
</div><!-- contents -->
</div><!-- doc-content -->
</div><!-- container -->
<!-- HTML footer for doxygen 1.8.17-->
<!-- start footer part -->
<div id="nav-path" class="navpath">
<!-- id is needed for treeview function! -->
<ul>
<li class="footer">
Generated by
<a href="https://www.doxygen.org/index.html">
<img class="footer" src="doxygen.svg" alt="doxygen"
/></a>
1.16.1
</li>
<li>
<i> For more information visit the </i>
<a href="https://github.com/sasjs/core">Macro Core library</a>.
</li>
</ul>
</div>