Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b254982

Browse files
author
Allan
committed
build.sh build on 2023-11-16:15:45:24
1 parent 060476a commit b254982

14 files changed

+997
-3241
lines changed

β€Žindex.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ <h2><a class="anchor" id="autotoc_md16"></a>
303303
<h1><a class="anchor" id="autotoc_md17"></a>
304304
General Notes</h1>
305305
<ul>
306-
<li>All macros should be compatible with SAS versions from support level B and above (so currently 9.2 and later). If an earlier version is not supported, then the macro should say as such in the header documentation, and exit gracefully (eg <code>if sysevalf(&amp;sysver&lt;9.3) then return</code>).</li>
306+
<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>
307+
<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>
307308
</ul>
308309
<h1><a class="anchor" id="autotoc_md18"></a>
309310
Breaking Changes</h1>
@@ -336,7 +337,7 @@ <h1><a class="anchor" id="autotoc_md20"></a>
336337
</ul>
337338
<h1><a class="anchor" id="autotoc_md21"></a>
338339
Contributors ✨</h1>
339-
<p><a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square" alt="All Contributors" style="pointer-events: none;" class="inline"/></a></p>
340+
<p><a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square" alt="All Contributors" style="pointer-events: none;" class="inline"/></a></p>
340341
<p>Thanks goes to these wonderful people (<a href="https://allcontributors.org/docs/en/emoji-key">emoji key</a>):</p>
341342
<table class="doxtable">
342343
</table>
@@ -365,7 +366,11 @@ <h1><a class="anchor" id="autotoc_md21"></a>
365366
<p><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" alt="Ikko Ashimine" width="100px;" class="inline"/><sub><b>Ikko Ashimine</b></sub></a><br />
366367
<a href="https://github.com/sasjs/core/commits?author=eltociear" title="Code">πŸ’»</a> </p>
367368
<p><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"/><sub><b>Henrik Forsell</b></sub></a><br />
368-
<a href="https://github.com/sasjs/core/commits?author=henrik-forsell" title="Documentation">πŸ“–</a> &lt;/tbody&gt; </p>
369+
<a href="https://github.com/sasjs/core/commits?author=henrik-forsell" title="Documentation">πŸ“–</a> </p>
370+
<p><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"/><sub><b>Rud Faden</b></sub></a><br />
371+
<a href="https://github.com/sasjs/core/commits?author=rudvfaden" title="Code">πŸ’»</a> </p>
372+
<p><a href="https://github.com/andyjessen"><img src="https://avatars.githubusercontent.com/u/62343929?v=4?s=100" alt="andyjessen" width="100px;" class="inline"/><sub><b>andyjessen</b></sub></a><br />
373+
<a href="https://github.com/sasjs/core/commits?author=andyjessen" title="Documentation">πŸ“–</a> &lt;/tbody&gt; </p>
369374
<p>This project follows the <a href="https://github.com/all-contributors/all-contributors">all-contributors</a> specification. Contributions of any kind welcome! </p>
370375
</div></div><!-- PageDoc -->
371376
</div><!-- contents -->

β€Žmddl__sas__cntlout_8sas.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@
131131

132132
<p><a href="mddl__sas__cntlout_8sas_source.html">Go to the source code of this file.</a></p>
133133
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
134-
<div class="textblock"><p>The actual CNTLOUT table may have varying variable lengths, depending on the data values, therefore the max possible lengths (given various practical restrictions) are described here to enable consistency when dealing with format data. </p>
134+
<div class="textblock"><p>The actual CNTLOUT table may have varying variable lengths, depending on the data values, therefore the max possible lengths (given various practical restrictions) are described here to enable consistency when dealing with format data.</p>
135+
<p>The HLO variable may have a number of values, documented here due to the 256 char label description length limit:</p>
136+
<p>F=Standard format/informat. H=Range ending value is HIGH. I=Numeric informat. J=Justification for an informat. L=Range starting value is LOW. M=MultiLabel. N=Format or informat has no ranges, including no OTHER= range. O=Range is OTHER. R=ROUND option is in effect. S=Specifies that NOTSORTED is in effect. U=Specifies that the UPCASE option for an informat be used. </p>
135137

136138
<p class="definition">Definition in file <a class="el" href="mddl__sas__cntlout_8sas_source.html">mddl_sas_cntlout.sas</a>.</p>
137139
</div></div><!-- contents -->

0 commit comments

Comments
Β (0)