Adding extra info to HLO variable (label) thanks to investigation by Nat Wooding on SAS-L
Implementation
Added the following text to the label:
Additional information.
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.
Checks
[ ] Code is formatted correctly (sasjs lint).
[ ] Any new functionality has been unit tested.
[ ] All unit tests are passing (sasjs test).
[ ] all.sas has been regenerated (python3 build.py)
Issue
n/a
Intent
Adding extra info to HLO variable (label) thanks to investigation by Nat Wooding on SAS-L
Implementation
Added the following text to the label:
Additional information. 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.
Checks
sasjs lint
).sasjs test
).all.sas
has been regenerated (python3 build.py
)