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:
10
all.sas
10
all.sas
@@ -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.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user