1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-16 04:50:05 +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); aligndp4e49996=right(aligndp4e49996);
myvar=aligndp4e49996; myvar=aligndp4e49996;
end; end;
drop aligndp4e49996;
Results (myvar variable): Results (myvar variable):
@@ -2721,7 +2722,7 @@ and %superq(SYSPROCESSNAME) ne %str(Compute Server)
7998580.8415 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 @param width= (8) The number of characters BEFORE the decimal point
<h4> SAS Macros </h4> <h4> SAS Macros </h4>
@@ -14065,9 +14066,10 @@ ods package close;
%mend mddl_dc_maxkeytable;/** %mend mddl_dc_maxkeytable;/**
@file @file
@brief The CNTLOUT table generated by proc format @brief The CNTLOUT table generated by proc format
@details This table will actually change format depending on the data values, @details The actual CNTLOUT table may have varying variable lengths,
therefore the max possible lengths are described here to enable consistency depending on the data values, therefore the max possible lengths
when dealing with format data. (given various practical restrictions) are described here to enable
consistency when dealing with format data.
**/ **/

View File

@@ -36,6 +36,7 @@
aligndp4e49996=right(aligndp4e49996); aligndp4e49996=right(aligndp4e49996);
myvar=aligndp4e49996; myvar=aligndp4e49996;
end; end;
drop aligndp4e49996;
Results (myvar variable): Results (myvar variable):
@@ -61,7 +62,7 @@
7998580.8415 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 @param width= (8) The number of characters BEFORE the decimal point
<h4> SAS Macros </h4> <h4> SAS Macros </h4>

View File

@@ -1,9 +1,10 @@
/** /**
@file @file
@brief The CNTLOUT table generated by proc format @brief The CNTLOUT table generated by proc format
@details This table will actually change format depending on the data values, @details The actual CNTLOUT table may have varying variable lengths,
therefore the max possible lengths are described here to enable consistency depending on the data values, therefore the max possible lengths
when dealing with format data. (given various practical restrictions) are described here to enable
consistency when dealing with format data.
**/ **/