1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

chore(docs): updating comments

This commit is contained in:
Allan
2023-06-20 17:18:53 +01:00
parent 949b406c23
commit 6b1accdd6b
3 changed files with 12 additions and 8 deletions

10
all.sas
View File

@@ -2696,6 +2696,7 @@ and %superq(SYSPROCESSNAME) ne %str(Compute Server)
aligndp4e49996=right(aligndp4e49996);
myvar=aligndp4e49996;
end;
drop aligndp4e49996;
Results (myvar variable):
@@ -2721,7 +2722,7 @@ and %superq(SYSPROCESSNAME) ne %str(Compute Server)
7998580.8415
@param var The (data step) variable to create
@param var The (data step, character) variable to modify
@param width= (8) The number of characters BEFORE the decimal point
<h4> SAS Macros </h4>
@@ -14065,9 +14066,10 @@ ods package close;
%mend mddl_dc_maxkeytable;/**
@file
@brief The CNTLOUT table generated by proc format
@details This table will actually change format depending on the data values,
therefore the max possible lengths are described here to enable consistency
when dealing with format data.
@details 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.
**/