You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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(&sysver<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 <ahref="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>
<p>This project follows the <ahref="https://github.com/all-contributors/all-contributors">all-contributors</a> specification. Contributions of any kind welcome! </p>
<divclass="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
+
<divclass="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>
135
137
136
138
<pclass="definition">Definition in file <aclass="el" href="mddl__sas__cntlout_8sas_source.html">mddl_sas_cntlout.sas</a>.</p>
0 commit comments